Searched refs:LocalSections (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyld.cpp | 203 ObjSectionToIDMap LocalSections; in loadObjectImpl() local 339 findOrEmitSection(Obj, *SI, IsCode, LocalSections)) in loadObjectImpl() 385 LocalSections)) in loadObjectImpl() 437 if (LocalSections.find(*SI) != LocalSections.end()) in loadObjectImpl() 442 findOrEmitSection(Obj, *SI, IsCode, LocalSections)) in loadObjectImpl() 450 if (auto Err = finalizeLoad(Obj, LocalSections)) in loadObjectImpl() 456 return LocalSections; in loadObjectImpl() 930 ObjSectionToIDMap &LocalSections) { in findOrEmitSection() argument 933 ObjSectionToIDMap::iterator i = LocalSections.find(Section); in findOrEmitSection() 934 if (i != LocalSections.end()) in findOrEmitSection() [all …]
|
| H A D | RuntimeDyldELF.h | 92 ObjSectionToIDMap &LocalSections, 95 ObjSectionToIDMap &LocalSections,
|
| H A D | RuntimeDyldImpl.h | 388 ObjSectionToIDMap &LocalSections);
|
| H A D | RuntimeDyldELF.cpp | 667 ObjSectionToIDMap &LocalSections, in findPPC64TOCSection() argument 690 findOrEmitSection(Obj, Section, false, LocalSections)) in findPPC64TOCSection() 708 ObjSectionToIDMap &LocalSections, in findOPDEntrySection() argument 774 LocalSections)) in findOPDEntrySection()
|