Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp421 section_iterator RelSecI = SI->getRelocatedSection(); in computeSectionStubBufSize() local
422 if (!(RelSecI == Section)) in computeSectionStubBufSize()
DRuntimeDyldELF.cpp614 section_iterator RelSecI = si->getRelocatedSection(); in findOPDEntrySection() local
615 if (RelSecI == Obj.section_end()) in findOPDEntrySection()
619 check(RelSecI->getName(RelSectionName)); in findOPDEntrySection()