Searched refs:ErrorOrIndex (Results 1 – 2 of 2) sorted by relevance
437 auto ErrorOrIndex = readUnsignedNumber<uint32_t>(); in buildAddress2ProbeMap() local438 if (!ErrorOrIndex) in buildAddress2ProbeMap()440 Index = std::move(*ErrorOrIndex); in buildAddress2ProbeMap()476 auto ErrorOrIndex = readUnsignedNumber<uint32_t>(); in buildAddress2ProbeMap() local477 if (!ErrorOrIndex) in buildAddress2ProbeMap()479 uint32_t Index = std::move(*ErrorOrIndex); in buildAddress2ProbeMap()
515 Expected<uint32_t> ErrorOrIndex = in getSectionIndex() local517 if (!ErrorOrIndex) in getSectionIndex()518 return ErrorOrIndex.takeError(); in getSectionIndex()519 return *ErrorOrIndex; in getSectionIndex()