Home
last modified time | relevance | path

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

/freebsd-14.2/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.cpp719 section_iterator RelSecI = *RelSecOrErr; in findOPDEntrySection() local
720 if (RelSecI == Obj.section_end()) in findOPDEntrySection()
723 Expected<StringRef> NameOrErr = RelSecI->getName(); in findOPDEntrySection()