Searched refs:RelocatedSection (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 672 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-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 1614 section_iterator RelocatedSection = *SecOrErr; in DWARFObjInMemory() local 1615 if (!L || !L->getLoadedSectionContents(*RelocatedSection, Data)) { in DWARFObjInMemory() 1659 if (RelocatedSection == Obj.section_end()) in DWARFObjInMemory() 1663 if (auto NameOrErr = RelocatedSection->getName()) in DWARFObjInMemory() 1672 if (L && L->getLoadedSectionContents(*RelocatedSection, RelSecData)) in DWARFObjInMemory() 1694 Map = &static_cast<DWARFSectionMap &>(InfoSections[*RelocatedSection]) in DWARFObjInMemory() 1698 InfoDWOSections[*RelocatedSection]) in DWARFObjInMemory() 1702 &static_cast<DWARFSectionMap &>(TypesSections[*RelocatedSection]) in DWARFObjInMemory() 1706 TypesDWOSections[*RelocatedSection]) in DWARFObjInMemory()
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 1681 section_iterator RelocatedSection = *SecOrErr; in DWARFObjInMemory() local 1682 if (!L || !L->getLoadedSectionContents(*RelocatedSection, Data)) { in DWARFObjInMemory() 1725 if (RelocatedSection == Obj.section_end()) in DWARFObjInMemory() 1729 if (auto NameOrErr = RelocatedSection->getName()) in DWARFObjInMemory() 1738 if (L && L->getLoadedSectionContents(*RelocatedSection, RelSecData)) in DWARFObjInMemory() 1760 Map = &static_cast<DWARFSectionMap &>(InfoSections[*RelocatedSection]) in DWARFObjInMemory() 1764 InfoDWOSections[*RelocatedSection]) in DWARFObjInMemory() 1768 &static_cast<DWARFSectionMap &>(TypesSections[*RelocatedSection]) in DWARFObjInMemory() 1772 TypesDWOSections[*RelocatedSection]) in DWARFObjInMemory()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 295 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()
|
D | RuntimeDyldELF.cpp | 1875 section_iterator RelocatedSection = SI->getRelocatedSection(); in finalizeLoad() local 1876 ObjSectionToIDMap::iterator i = SectionMap.find(*RelocatedSection); in finalizeLoad()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 356 section_iterator RelocatedSection = *RelSecOrErr; in loadObjectImpl() local 357 if (RelocatedSection == SE) in loadObjectImpl() 366 bool IsCode = RelocatedSection->isText(); in loadObjectImpl() 368 if (auto SectionIDOrErr = findOrEmitSection(Obj, *RelocatedSection, IsCode, in loadObjectImpl()
|
D | RuntimeDyldELF.cpp | 1884 section_iterator RelocatedSection = *RelSecOrErr; in finalizeLoad() local 1885 ObjSectionToIDMap::iterator i = SectionMap.find(*RelocatedSection); in finalizeLoad()
|
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 366 section_iterator RelocatedSection = *RelSecOrErr; in loadObjectImpl() local 367 if (RelocatedSection == SE) in loadObjectImpl() 376 bool IsCode = RelocatedSection->isText(); in loadObjectImpl() 378 if (auto SectionIDOrErr = findOrEmitSection(Obj, *RelocatedSection, IsCode, in loadObjectImpl()
|
D | RuntimeDyldELF.cpp | 1891 section_iterator RelocatedSection = *RelSecOrErr; in finalizeLoad() local 1892 ObjSectionToIDMap::iterator i = SectionMap.find(*RelocatedSection); in finalizeLoad()
|