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

/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp203 ObjSectionToIDMap LocalSections; local
339 findOrEmitSection(Obj, *SI, IsCode, LocalSections))
385 LocalSections))
393 if (auto IOrErr = processRelocationRef(SectionID, I, Obj, LocalSections, Stubs))
437 if (LocalSections.find(*SI) != LocalSections.end())
442 findOrEmitSection(Obj, *SI, IsCode, LocalSections))
450 if (auto Err = finalizeLoad(Obj, LocalSections))
453 // for (auto E : LocalSections)
456 return LocalSections;
927 findOrEmitSection(const ObjectFile &Obj, const SectionRef &Section, bool IsCode, ObjSectionToIDMap &LocalSections) argument
[all...]
H A DRuntimeDyldELF.h92 ObjSectionToIDMap &LocalSections,
95 ObjSectionToIDMap &LocalSections,
H A DRuntimeDyldImpl.h381 /// Find Section in LocalSections. If the secton is not found - emit
382 /// it and store in LocalSections.
388 ObjSectionToIDMap &LocalSections);
H A DRuntimeDyldELF.cpp667 ObjSectionToIDMap &LocalSections,
690 findOrEmitSection(Obj, Section, false, LocalSections))
708 ObjSectionToIDMap &LocalSections,
774 LocalSections))
666 findPPC64TOCSection(const ELFObjectFileBase &Obj, ObjSectionToIDMap &LocalSections, RelocationValueRef &Rel) argument
707 findOPDEntrySection(const ELFObjectFileBase &Obj, ObjSectionToIDMap &LocalSections, RelocationValueRef &Rel) argument

Completed in 174 milliseconds