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 85 void findPPC64TOCSection(ObjectImage &Obj, ObjSectionToIDMap &LocalSections,
87 void findOPDEntrySection(ObjectImage &Obj, ObjSectionToIDMap &LocalSections,
RuntimeDyld.cpp 126 ObjSectionToIDMap LocalSections;
170 findOrEmitSection(*Obj, *SI, IsCode, LocalSections);
201 findOrEmitSection(*Obj, *RelocatedSection, IsCode, LocalSections);
205 I = processRelocationRef(SectionID, I, *Obj, LocalSections, LocalSymbols,
210 finalizeLoad(*Obj, LocalSections);
486 ObjSectionToIDMap &LocalSections) {
489 ObjSectionToIDMap::iterator i = LocalSections.find(Section);
490 if (i != LocalSections.end())
494 LocalSections[Section] = SectionID;
RuntimeDyldImpl.h 298 /// \brief Find Section in LocalSections. If the secton is not found - emit
299 /// it and store in LocalSections.
304 bool IsCode, ObjSectionToIDMap &LocalSections);
RuntimeDyldELF.cpp 621 ObjSectionToIDMap &LocalSections,
643 Rel.SectionID = findOrEmitSection(Obj, *si, false, LocalSections);
656 ObjSectionToIDMap &LocalSections,
709 Rel.SectionID = findOrEmitSection(Obj, (*tsi), IsCode, LocalSections);
    [all...]

Completed in 60 milliseconds