Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp80 ObjSectionToIDMap LocalSections; // Used sections from the object file in loadObject() local
122 LocalSections); in loadObject()
155 SectionID = findOrEmitSection(*obj, *si, true, LocalSections); in loadObject()
171 processRelocationRef(RI, *obj, LocalSections, LocalSymbols, Stubs); in loadObject()
297 ObjSectionToIDMap &LocalSections) { in findOrEmitSection() argument
300 ObjSectionToIDMap::iterator i = LocalSections.find(Section); in findOrEmitSection()
301 if (i != LocalSections.end()) in findOrEmitSection()
305 LocalSections[Section] = SectionID; in findOrEmitSection()
DRuntimeDyldImpl.h179 ObjSectionToIDMap &LocalSections);