Searched refs:LocalSections (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyld.cpp | 203 ObjSectionToIDMap LocalSections; in loadObjectImpl() local 336 findOrEmitSection(Obj, *SI, IsCode, LocalSections)) in loadObjectImpl() 379 LocalSections)) in loadObjectImpl() 431 if (LocalSections.find(*SI) != LocalSections.end()) in loadObjectImpl() 436 findOrEmitSection(Obj, *SI, IsCode, LocalSections)) in loadObjectImpl() 444 if (auto Err = finalizeLoad(Obj, LocalSections)) in loadObjectImpl() 450 return LocalSections; in loadObjectImpl() 911 ObjSectionToIDMap &LocalSections) { in findOrEmitSection() argument 914 ObjSectionToIDMap::iterator i = LocalSections.find(Section); in findOrEmitSection() 915 if (i != LocalSections.end()) in findOrEmitSection() [all …]
|
| H A D | RuntimeDyldELF.h | 92 ObjSectionToIDMap &LocalSections, 95 ObjSectionToIDMap &LocalSections,
|
| H A D | RuntimeDyldELF.cpp | 627 ObjSectionToIDMap &LocalSections, in findPPC64TOCSection() argument 650 findOrEmitSection(Obj, Section, false, LocalSections)) in findPPC64TOCSection() 668 ObjSectionToIDMap &LocalSections, in findOPDEntrySection() argument 734 LocalSections)) in findOPDEntrySection()
|
| H A D | RuntimeDyldImpl.h | 382 ObjSectionToIDMap &LocalSections);
|