Searched refs:ErrorOrIndex (Results 1 – 1 of 1) sorted by relevance
569 Expected<uint32_t> ErrorOrIndex = in getSectionIndex() local571 if (!ErrorOrIndex) in getSectionIndex()572 return ErrorOrIndex.takeError(); in getSectionIndex()573 return *ErrorOrIndex; in getSectionIndex()