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

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 332 section_iterator RelSecI = SI->getRelocatedSection();
333 if (!(RelSecI == Section))
RuntimeDyldELF.cpp 662 section_iterator RelSecI = si->getRelocatedSection();
663 if (RelSecI == Obj.end_sections())
667 check(RelSecI->getName(RelSectionName));
    [all...]

Completed in 345 milliseconds