llvm::codeview::consume_numeric

Decode a numeric leaf value that is known to be a particular type.

Synopsis

Declared in <llvm/DebugInfo/CodeView/RecordSerialization.h>

Error
consume_numeric(
    BinaryStreamReader& Reader,
    uint64_t& Value);

Return Value

Success, or an Error if the numeric leaf cannot be decoded.

Parameters

NameDescription
ReaderStream positioned at the numeric leaf.
ValueReceives the decoded unsigned integer value.