Home
last modified time | relevance | path

Searched refs:LocalSections (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp205 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 DRuntimeDyldELF.h92 ObjSectionToIDMap &LocalSections,
95 ObjSectionToIDMap &LocalSections,
H A DRuntimeDyldELF.cpp662 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 DRuntimeDyldImpl.h382 ObjSectionToIDMap &LocalSections);