Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h569 Expected<uint32_t> ErrorOrIndex = in getSectionIndex() local
571 if (!ErrorOrIndex) in getSectionIndex()
572 return ErrorOrIndex.takeError(); in getSectionIndex()
573 return *ErrorOrIndex; in getSectionIndex()