HomeSort by relevance Sort by last modified time
    Searched refs:LocalSections (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 80 ObjSectionToIDMap LocalSections; // Used sections from the object file
122 LocalSections);
155 SectionID = findOrEmitSection(*obj, *si, true, LocalSections);
171 processRelocationRef(RI, *obj, LocalSections, LocalSymbols, Stubs);
297 ObjSectionToIDMap &LocalSections) {
300 ObjSectionToIDMap::iterator i = LocalSections.find(Section);
301 if (i != LocalSections.end())
305 LocalSections[Section] = SectionID;
RuntimeDyldImpl.h 171 /// \brief Find Section in LocalSections. If the secton is not found - emit
172 /// it and store in LocalSections.
179 ObjSectionToIDMap &LocalSections);

Completed in 716 milliseconds