Searched refs:RelSecI (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp434 section_iterator RelSecI = SI->getRelocatedSection(); local
435 if (!(RelSecI == Section))
H A DRuntimeDyldELF.cpp824 section_iterator RelSecI = si->getRelocatedSection(); local
825 if (RelSecI == Obj.section_end())
829 check(RelSecI->getName(RelSectionName));

Completed in 41 milliseconds