Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp203 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 DRuntimeDyldELF.h92 ObjSectionToIDMap &LocalSections,
95 ObjSectionToIDMap &LocalSections,
H A DRuntimeDyldELF.cpp627 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 DRuntimeDyldImpl.h382 ObjSectionToIDMap &LocalSections);