Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp599 section_iterator RelSecI = SI->getRelocatedSection(); in computeSectionStubBufSize() local
600 if (!(RelSecI == Section)) in computeSectionStubBufSize()
H A DRuntimeDyldELF.cpp605 section_iterator RelSecI = si->getRelocatedSection(); in findOPDEntrySection() local
606 if (RelSecI == Obj.section_end()) in findOPDEntrySection()
610 if (auto EC = RelSecI->getName(RelSectionName)) in findOPDEntrySection()