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() 930 ObjSectionToIDMap &LocalSections) { in findOrEmitSection() argument 933 ObjSectionToIDMap::iterator i = LocalSections.find(Section); 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 | 666 ObjSectionToIDMap &LocalSections, in findPPC64TOCSection() argument 689 findOrEmitSection(Obj, Section, false, LocalSections)) in findPPC64TOCSection() 707 ObjSectionToIDMap &LocalSections, in findOPDEntrySection() argument 773 LocalSections)) in findOPDEntrySection()
|