Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp203 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 DRuntimeDyldELF.h92 ObjSectionToIDMap &LocalSections,
95 ObjSectionToIDMap &LocalSections,
H A DRuntimeDyldImpl.h388 ObjSectionToIDMap &LocalSections);
H A DRuntimeDyldELF.cpp666 ObjSectionToIDMap &LocalSections, in findPPC64TOCSection() argument
689 findOrEmitSection(Obj, Section, false, LocalSections)) in findPPC64TOCSection()
707 ObjSectionToIDMap &LocalSections, in findOPDEntrySection() argument
773 LocalSections)) in findOPDEntrySection()