Struct llvm_bitstream::abbrev::Abbrev [−][src]
Expand description
Represents a defined abbreviation, as specified by a DEFINE_ABBREV record.
Fields
operands: Vec<AbbrevOp>The abstract operands for this abbreviation definition.
Implementations
Parse a new Abbrev from the stream.
Assumes that the DEFINE_ABBREV ID has already been consumed.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Abbrev
impl UnwindSafe for Abbrev
Blanket Implementations
Mutably borrows from an owned value. Read more