Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/DebugInfo/DWARF/
HDDWARFContext.cpp626 section_iterator RelocatedSection = Section.getRelocatedSection(); in DWARFContextInMemory() local
627 if (RelocatedSection == Obj.section_end()) in DWARFContextInMemory()
632 RelocatedSection->getName(RelSecName); in DWARFContextInMemory()
660 Map = &TypesSections[*RelocatedSection].Relocs; in DWARFContextInMemory()
662 Map = &TypesDWOSections[*RelocatedSection].Relocs; in DWARFContextInMemory()
668 uint64_t SectionSize = RelocatedSection->getSize(); in DWARFContextInMemory()
/NextBSD/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyld.cpp206 section_iterator RelocatedSection = SI->getRelocatedSection(); in loadObjectImpl() local
208 if (RelocatedSection == SE) in loadObjectImpl()
217 bool IsCode = RelocatedSection->isText(); in loadObjectImpl()
219 findOrEmitSection(Obj, *RelocatedSection, IsCode, LocalSections); in loadObjectImpl()
HDRuntimeDyldELF.cpp1719 section_iterator RelocatedSection = SI->getRelocatedSection(); in finalizeLoad() local
1720 ObjSectionToIDMap::iterator i = SectionMap.find(*RelocatedSection); in finalizeLoad()