Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DELF.h436 Expected<uint32_t> ErrorOrIndex = in getSectionIndex() local
438 if (!ErrorOrIndex) in getSectionIndex()
439 return ErrorOrIndex.takeError(); in getSectionIndex()
440 return *ErrorOrIndex; in getSectionIndex()