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

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 79 ObjSectionToIDMap LocalSections;
126 unsigned SectionID = findOrEmitSection(*obj, *si, IsCode, LocalSections);
159 findOrEmitSection(*obj, *RelocatedSection, true, LocalSections);
164 processRelocationRef(SectionID, *i, *obj, LocalSections, LocalSymbols,
322 ObjSectionToIDMap &LocalSections) {
325 ObjSectionToIDMap::iterator i = LocalSections.find(Section);
326 if (i != LocalSections.end())
330 LocalSections[Section] = SectionID;
RuntimeDyldELF.h 84 ObjSectionToIDMap &LocalSections,
RuntimeDyldImpl.h 255 /// \brief Find Section in LocalSections. If the secton is not found - emit
256 /// it and store in LocalSections.
263 ObjSectionToIDMap &LocalSections);
RuntimeDyldELF.cpp 538 ObjSectionToIDMap &LocalSections,
593 Rel.SectionID = findOrEmitSection(Obj, (*tsi), true, LocalSections);
    [all...]

Completed in 38 milliseconds