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

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.h 77 ObjSectionToIDMap &LocalSections,
80 ObjSectionToIDMap &LocalSections,
RuntimeDyld.cpp 162 ObjSectionToIDMap LocalSections;
196 findOrEmitSection(Obj, *SI, IsCode, LocalSections);
234 findOrEmitSection(Obj, *RelocatedSection, IsCode, LocalSections);
238 I = processRelocationRef(SectionID, I, Obj, LocalSections, Stubs);
247 finalizeLoad(Obj, LocalSections);
636 ObjSectionToIDMap &LocalSections) {
639 ObjSectionToIDMap::iterator i = LocalSections.find(Section);
640 if (i != LocalSections.end())
644 LocalSections[Section] = SectionID;
    [all...]
RuntimeDyldImpl.h 325 /// \brief Find Section in LocalSections. If the secton is not found - emit
326 /// it and store in LocalSections.
331 bool IsCode, ObjSectionToIDMap &LocalSections);
RuntimeDyldELF.cpp 573 ObjSectionToIDMap &LocalSections,
595 Rel.SectionID = findOrEmitSection(Obj, *si, false, LocalSections);
608 ObjSectionToIDMap &LocalSections,
660 Rel.SectionID = findOrEmitSection(Obj, (*tsi), IsCode, LocalSections);
    [all...]

Completed in 167 milliseconds