Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp204 ObjSectionToIDMap LocalSections; in loadObjectImpl() local
328 findOrEmitSection(Obj, *SI, IsCode, LocalSections)) in loadObjectImpl()
366 LocalSections)) in loadObjectImpl()
374 if (auto IOrErr = processRelocationRef(SectionID, I, Obj, LocalSections, Stubs)) in loadObjectImpl()
386 if (auto Err = finalizeLoad(Obj, LocalSections)) in loadObjectImpl()
392 return LocalSections; in loadObjectImpl()
830 ObjSectionToIDMap &LocalSections) { in findOrEmitSection() argument
833 ObjSectionToIDMap::iterator i = LocalSections.find(Section); in findOrEmitSection()
834 if (i != LocalSections.end()) in findOrEmitSection()
841 LocalSections[Section] = SectionID; in findOrEmitSection()
H A DRuntimeDyldELF.h93 ObjSectionToIDMap &LocalSections,
96 ObjSectionToIDMap &LocalSections,
H A DRuntimeDyldELF.cpp559 ObjSectionToIDMap &LocalSections, in findPPC64TOCSection() argument
581 findOrEmitSection(Obj, Section, false, LocalSections)) in findPPC64TOCSection()
599 ObjSectionToIDMap &LocalSections, in findOPDEntrySection() argument
659 LocalSections)) in findOPDEntrySection()
H A DRuntimeDyldImpl.h406 ObjSectionToIDMap &LocalSections);