Home
last modified time | relevance | path

Searched refs:LocalSections (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp197 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()
DRuntimeDyldELF.h97 ObjSectionToIDMap &LocalSections,
100 ObjSectionToIDMap &LocalSections,
DRuntimeDyldImpl.h369 ObjSectionToIDMap &LocalSections);
DRuntimeDyldELF.cpp785 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/
DRuntimeDyld.cpp197 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()
DRuntimeDyldELF.h93 ObjSectionToIDMap &LocalSections,
96 ObjSectionToIDMap &LocalSections,
DRuntimeDyldELF.cpp559 ObjSectionToIDMap &LocalSections, in findPPC64TOCSection() argument
581 findOrEmitSection(Obj, Section, false, LocalSections)) in findPPC64TOCSection()
599 ObjSectionToIDMap &LocalSections, in findOPDEntrySection() argument
659 LocalSections)) in findOPDEntrySection()
DRuntimeDyldImpl.h406 ObjSectionToIDMap &LocalSections);