Searched refs:LocalSections (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 197 ObjSectionToIDMap LocalSections; in loadObjectImpl() local 271 LocalSections)) in loadObjectImpl() 309 LocalSections)) in loadObjectImpl() 317 if (auto IOrErr = processRelocationRef(SectionID, I, Obj, LocalSections, Stubs)) in loadObjectImpl() 329 if (auto Err = finalizeLoad(Obj, LocalSections)) in loadObjectImpl() 335 return LocalSections; in loadObjectImpl() 756 ObjSectionToIDMap &LocalSections) { in findOrEmitSection() argument 759 ObjSectionToIDMap::iterator i = LocalSections.find(Section); in findOrEmitSection() 760 if (i != LocalSections.end()) in findOrEmitSection() 767 LocalSections[Section] = SectionID; in findOrEmitSection()
|
D | RuntimeDyldELF.h | 97 ObjSectionToIDMap &LocalSections, 100 ObjSectionToIDMap &LocalSections,
|
D | RuntimeDyldImpl.h | 369 ObjSectionToIDMap &LocalSections);
|
D | RuntimeDyldELF.cpp | 785 ObjSectionToIDMap &LocalSections, in findPPC64TOCSection() argument 807 findOrEmitSection(Obj, Section, false, LocalSections)) in findPPC64TOCSection() 825 ObjSectionToIDMap &LocalSections, in findOPDEntrySection() argument 885 LocalSections)) in findOPDEntrySection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 197 ObjSectionToIDMap LocalSections; in loadObjectImpl() local 322 findOrEmitSection(Obj, *SI, IsCode, LocalSections)) in loadObjectImpl() 360 LocalSections)) in loadObjectImpl() 368 if (auto IOrErr = processRelocationRef(SectionID, I, Obj, LocalSections, Stubs)) in loadObjectImpl() 380 if (auto Err = finalizeLoad(Obj, LocalSections)) in loadObjectImpl() 386 return LocalSections; in loadObjectImpl() 819 ObjSectionToIDMap &LocalSections) { in findOrEmitSection() argument 822 ObjSectionToIDMap::iterator i = LocalSections.find(Section); in findOrEmitSection() 823 if (i != LocalSections.end()) in findOrEmitSection() 830 LocalSections[Section] = SectionID; in findOrEmitSection()
|
D | RuntimeDyldELF.h | 93 ObjSectionToIDMap &LocalSections, 96 ObjSectionToIDMap &LocalSections,
|
D | RuntimeDyldELF.cpp | 559 ObjSectionToIDMap &LocalSections, in findPPC64TOCSection() argument 581 findOrEmitSection(Obj, Section, false, LocalSections)) in findPPC64TOCSection() 599 ObjSectionToIDMap &LocalSections, in findOPDEntrySection() argument 659 LocalSections)) in findOPDEntrySection()
|
D | RuntimeDyldImpl.h | 406 ObjSectionToIDMap &LocalSections);
|