Home
last modified time | relevance | path

Searched refs:RelocatedSection (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/llvm/lib/DebugInfo/
HDDWARFContext.cpp638 section_iterator RelocatedSection = i->getRelocatedSection(); in DWARFContextInMemory() local
639 if (RelocatedSection == Obj->end_sections()) in DWARFContextInMemory()
643 RelocatedSection->getName(RelSecName); in DWARFContextInMemory()
660 Map = &TypesSections[*RelocatedSection].Relocs; in DWARFContextInMemory()
665 RelocatedSection->getSize(SectionSize); in DWARFContextInMemory()
/trueos/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyld.cpp170 section_iterator RelocatedSection = si->getRelocatedSection(); in loadObject() local
179 findOrEmitSection(*obj, *RelocatedSection, true, LocalSections); in loadObject()