Struct llvm_bitstream::BitcodeWrapper [−][src]
pub struct BitcodeWrapper {
    pub magic: u32,
    pub version: u32,
    pub offset: u32,
    pub size: u32,
    pub cpu_type: u32,
}Expand description
A representation of the wrapper structure for a bitstream.
Fields
magic: u32The magic for this wrapper.
version: u32The version for this wrapper.
offset: u32The offset to the actual bitstream.
size: u32The size of the wrapped bitstream.
cpu_type: u32A target-specific value that encodes the CPU type.