Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp672 section_iterator RelocatedSection = Section.getRelocatedSection(); in DWARFContextInMemory() local
676 if (!L || !L->getLoadedSectionContents(*RelocatedSection,data)) in DWARFContextInMemory()
737 if (RelocatedSection == Obj.section_end()) in DWARFContextInMemory()
742 RelocatedSection->getName(RelSecName); in DWARFContextInMemory()
747 if (L && L->getLoadedSectionContents(*RelocatedSection,RelSecData)) in DWARFContextInMemory()
778 Map = &TypesSections[*RelocatedSection].Relocs; in DWARFContextInMemory()
780 Map = &TypesDWOSections[*RelocatedSection].Relocs; in DWARFContextInMemory()
786 uint64_t SectionSize = RelocatedSection->getSize(); in DWARFContextInMemory()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp295 section_iterator RelocatedSection = SI->getRelocatedSection(); in loadObjectImpl() local
297 if (RelocatedSection == SE) in loadObjectImpl()
306 bool IsCode = RelocatedSection->isText(); in loadObjectImpl()
308 if (auto SectionIDOrErr = findOrEmitSection(Obj, *RelocatedSection, IsCode, in loadObjectImpl()
DRuntimeDyldELF.cpp1875 section_iterator RelocatedSection = SI->getRelocatedSection(); in finalizeLoad() local
1876 ObjSectionToIDMap::iterator i = SectionMap.find(*RelocatedSection); in finalizeLoad()