Home
last modified time | relevance | path

Searched refs:RelocatedSection (Results 1 – 6 of 6) 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/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1362 section_iterator RelocatedSection = Section.getRelocatedSection(); in DWARFObjInMemory() local
1366 if (!L || !L->getLoadedSectionContents(*RelocatedSection, Data)) in DWARFObjInMemory()
1400 if (RelocatedSection == Obj.section_end()) in DWARFObjInMemory()
1405 RelocatedSection->getName(RelSecName); in DWARFObjInMemory()
1410 if (L && L->getLoadedSectionContents(*RelocatedSection, RelSecData)) in DWARFObjInMemory()
1433 &static_cast<DWARFSectionMap &>(TypesSections[*RelocatedSection]) in DWARFObjInMemory()
1437 TypesDWOSections[*RelocatedSection]) in DWARFObjInMemory()
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp346 section_iterator RelocatedSection = SI->getRelocatedSection(); in loadObjectImpl() local
348 if (RelocatedSection == SE) in loadObjectImpl()
357 bool IsCode = RelocatedSection->isText(); in loadObjectImpl()
359 if (auto SectionIDOrErr = findOrEmitSection(Obj, *RelocatedSection, IsCode, in loadObjectImpl()
DRuntimeDyldELF.cpp1872 section_iterator RelocatedSection = SI->getRelocatedSection(); in finalizeLoad() local
1873 ObjSectionToIDMap::iterator i = SectionMap.find(*RelocatedSection); in finalizeLoad()