Searched refs:ErrorOrIndex (Results 1 – 2 of 2) sorted by relevance
417 auto ErrorOrIndex = readUnsignedNumber<uint32_t>(); in buildAddress2ProbeMap() local418 if (!ErrorOrIndex) in buildAddress2ProbeMap()420 Index = std::move(*ErrorOrIndex); in buildAddress2ProbeMap()456 auto ErrorOrIndex = readUnsignedNumber<uint32_t>(); in buildAddress2ProbeMap() local457 if (!ErrorOrIndex) in buildAddress2ProbeMap()459 uint32_t Index = std::move(*ErrorOrIndex); in buildAddress2ProbeMap()
436 Expected<uint32_t> ErrorOrIndex = in getSectionIndex() local438 if (!ErrorOrIndex) in getSectionIndex()439 return ErrorOrIndex.takeError(); in getSectionIndex()440 return *ErrorOrIndex; in getSectionIndex()