Searched defs:LocalSections (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp197 ObjSectionToIDMap LocalSections; local
271 LocalSections))
309 LocalSections))
317 if (auto IOrErr = processRelocationRef(SectionID, I, Obj, LocalSections, Stubs))
329 if (auto Err = finalizeLoad(Obj, LocalSections))
332 // for (auto E : LocalSections)
335 return LocalSections;
756 ObjSectionToIDMap &LocalSections) {
759 ObjSectionToIDMap::iterator i = LocalSections.find(Section);
760 if (i != LocalSections
753 findOrEmitSection(const ObjectFile &Obj, const SectionRef &Section, bool IsCode, ObjSectionToIDMap &LocalSections) argument
[all...]
H A DRuntimeDyldELF.cpp785 ObjSectionToIDMap &LocalSections,
807 findOrEmitSection(Obj, Section, false, LocalSections))
825 ObjSectionToIDMap &LocalSections,
885 LocalSections))
784 findPPC64TOCSection(const ELFObjectFileBase &Obj, ObjSectionToIDMap &LocalSections, RelocationValueRef &Rel) argument
824 findOPDEntrySection(const ELFObjectFileBase &Obj, ObjSectionToIDMap &LocalSections, RelocationValueRef &Rel) argument

Completed in 83 milliseconds