Searched refs:LocalSections (Results 1 – 4 of 4) sorted by relevance
| /freebsd/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() 393 if (auto IOrErr = processRelocationRef(SectionID, I, Obj, LocalSections, Stubs)) 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() 933 ObjSectionToIDMap &LocalSections) { in findOrEmitSection() argument 936 ObjSectionToIDMap::iterator i = LocalSections.find(Section); in findOrEmitSection() [all …]
|
| H A D | RuntimeDyldELF.h | 108 ObjSectionToIDMap &LocalSections, 111 ObjSectionToIDMap &LocalSections,
|
| H A D | RuntimeDyldImpl.h | 383 ObjSectionToIDMap &LocalSections);
|
| H A D | RuntimeDyldELF.cpp | 876 ObjSectionToIDMap &LocalSections, in findPPC64TOCSection() argument 899 findOrEmitSection(Obj, Section, false, LocalSections)) in findPPC64TOCSection() 917 ObjSectionToIDMap &LocalSections, in findOPDEntrySection() argument 983 LocalSections)) in findOPDEntrySection()
|