Home
last modified time | relevance | path

Searched refs:ErrorOrValue (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCPseudoProbe.cpp579 auto ErrorOrValue = readUnencodedNumber<uint8_t>(); in countRecords() local
580 if (!ErrorOrValue) in countRecords()
582 uint8_t Value = std::move(*ErrorOrValue); in countRecords()