Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp689 section_iterator RelSecI = *RelSecOrErr; in computeSectionStubBufSize() local
690 if (!(RelSecI == Section)) in computeSectionStubBufSize()
H A DRuntimeDyldELF.cpp718 section_iterator RelSecI = *RelSecOrErr; in findOPDEntrySection() local
719 if (RelSecI == Obj.section_end()) in findOPDEntrySection()
722 Expected<StringRef> NameOrErr = RelSecI->getName(); in findOPDEntrySection()