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 97 ObjSectionToIDMap &LocalSections,
100 ObjSectionToIDMap &LocalSections,
RuntimeDyld.cpp 197 ObjSectionToIDMap LocalSections;
271 LocalSections))
309 LocalSections))
317 if (auto IOrErr = processRelocationRef(SectionID, I, Obj, LocalSections, Stubs))
329 if (auto Err = finalizeLoad(Obj, LocalSections))
332 // for (auto E : LocalSections)
335 return LocalSections;
756 ObjSectionToIDMap &LocalSections) {
759 ObjSectionToIDMap::iterator i = LocalSections.find(Section);
760 if (i != LocalSections.end()
    [all...]
RuntimeDyldImpl.h 362 /// \brief Find Section in LocalSections. If the secton is not found - emit
363 /// it and store in LocalSections.
369 ObjSectionToIDMap &LocalSections);
RuntimeDyldELF.cpp 785 ObjSectionToIDMap &LocalSections,
807 findOrEmitSection(Obj, Section, false, LocalSections))
825 ObjSectionToIDMap &LocalSections,
885 LocalSections)
    [all...]

Completed in 52 milliseconds