ΒΆllvm::Error consume(
    llvm::BinaryStreamReader& Reader,
    llvm::APSInt& Num)

Description

Decodes a numeric "leaf" value. These are integer literals encountered in the type stream. If the value is positive and less than LF_NUMERIC (1 < < 15), it is emitted directly in Data. Otherwise, it has a tag like LF_CHAR that indicates the bitwidth and sign of the numeric data.

Declared at: llvm/include/llvm/DebugInfo/CodeView/RecordSerialization.h:52

Parameters

llvm::BinaryStreamReader& Reader
llvm::APSInt& Num