Searched refs:ErrorOrIndex (Results 1 – 2 of 2) sorted by relevance
432 auto ErrorOrIndex = readUnsignedNumber<uint32_t>(); in buildAddress2ProbeMap() local433 if (!ErrorOrIndex) in buildAddress2ProbeMap()435 Index = std::move(*ErrorOrIndex); in buildAddress2ProbeMap()471 auto ErrorOrIndex = readUnsignedNumber<uint32_t>(); in buildAddress2ProbeMap() local472 if (!ErrorOrIndex) in buildAddress2ProbeMap()474 uint32_t Index = std::move(*ErrorOrIndex); in buildAddress2ProbeMap()
563 Expected<uint32_t> ErrorOrIndex = in getSectionIndex() local565 if (!ErrorOrIndex) in getSectionIndex()566 return ErrorOrIndex.takeError(); in getSectionIndex()567 return *ErrorOrIndex; in getSectionIndex()