Searched refs:ErrorOrIndex (Results 1 – 2 of 2) sorted by relevance
400 auto ErrorOrIndex = readUnsignedNumber<uint32_t>(); in buildAddress2ProbeMap() local401 if (!ErrorOrIndex) in buildAddress2ProbeMap()403 Index = std::move(*ErrorOrIndex); in buildAddress2ProbeMap()436 auto ErrorOrIndex = readUnsignedNumber<uint32_t>(); in buildAddress2ProbeMap() local437 if (!ErrorOrIndex) in buildAddress2ProbeMap()439 uint32_t Index = std::move(*ErrorOrIndex); in buildAddress2ProbeMap()
434 Expected<uint32_t> ErrorOrIndex = in getSectionIndex() local436 if (!ErrorOrIndex) in getSectionIndex()437 return ErrorOrIndex.takeError(); in getSectionIndex()438 return *ErrorOrIndex; in getSectionIndex()