Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp677 section_iterator RelSecI = *RelSecOrErr; in computeSectionStubBufSize() local
678 if (!(RelSecI == Section)) in computeSectionStubBufSize()
H A DRuntimeDyldELF.cpp679 section_iterator RelSecI = *RelSecOrErr; in findOPDEntrySection() local
680 if (RelSecI == Obj.section_end()) in findOPDEntrySection()
683 Expected<StringRef> NameOrErr = RelSecI->getName(); in findOPDEntrySection()