Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp332 section_iterator RelSecI = SI->getRelocatedSection(); in computeSectionStubBufSize() local
333 if (!(RelSecI == Section)) in computeSectionStubBufSize()
DRuntimeDyldELF.cpp662 section_iterator RelSecI = si->getRelocatedSection(); in findOPDEntrySection() local
663 if (RelSecI == Obj.end_sections()) in findOPDEntrySection()
667 check(RelSecI->getName(RelSectionName)); in findOPDEntrySection()