Searched refs:LocalSections (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyld.cpp | 205 ObjSectionToIDMap LocalSections; in loadObjectImpl() local 338 findOrEmitSection(Obj, *SI, IsCode, LocalSections)) in loadObjectImpl() 381 LocalSections)) in loadObjectImpl() 433 if (LocalSections.find(*SI) != LocalSections.end()) in loadObjectImpl() 438 findOrEmitSection(Obj, *SI, IsCode, LocalSections)) in loadObjectImpl() 446 if (auto Err = finalizeLoad(Obj, LocalSections)) in loadObjectImpl() 452 return LocalSections; in loadObjectImpl() 934 ObjSectionToIDMap &LocalSections) { in findOrEmitSection() argument 937 ObjSectionToIDMap::iterator i = LocalSections.find(Section); in findOrEmitSection() 938 if (i != LocalSections.end()) in findOrEmitSection() [all …]
|
| H A D | RuntimeDyldELF.h | 92 ObjSectionToIDMap &LocalSections, 95 ObjSectionToIDMap &LocalSections,
|
| H A D | RuntimeDyldELF.cpp | 662 ObjSectionToIDMap &LocalSections, in findPPC64TOCSection() argument 685 findOrEmitSection(Obj, Section, false, LocalSections)) in findPPC64TOCSection() 703 ObjSectionToIDMap &LocalSections, in findOPDEntrySection() argument 769 LocalSections)) in findOPDEntrySection()
|
| H A D | RuntimeDyldImpl.h | 382 ObjSectionToIDMap &LocalSections);
|