Struct llvm_bitstream::record::Record [−][src]
Expand description
Represents a single bitstream record.
Fields
abbrev_id: Option<u64>
The abbreviation ID that was used to parse this record, or None
if
this record was parsed from an UNABBREV_RECORD
encoding.
code: u64
The code that identifies the record’s kind.
values: Vec<Value>
The fields of this record.