Searched refs:ErrorOrValue (Results 1 – 2 of 2) sorted by relevance
358 llvm::ErrorOr<uint64_t> ErrorOrValue = BC.getSymbolValue(Symbol); in hashSymbol() local359 if (!ErrorOrValue) in hashSymbol()363 if (BC.getJumpTableContainingAddress(*ErrorOrValue)) in hashSymbol()366 return HashString.append(hashInteger(*ErrorOrValue)); in hashSymbol()
441 auto ErrorOrValue = readUnencodedNumber<uint8_t>(); in buildAddress2ProbeMap() local442 if (!ErrorOrValue) in buildAddress2ProbeMap()444 uint8_t Value = std::move(*ErrorOrValue); in buildAddress2ProbeMap()