Trait cranelift_codegen::machinst::MachInstEmitInfo[][src]

pub trait MachInstEmitInfo {
    fn flags(&self) -> &Flags;
}

Constant information used to emit an instruction.

Required methods

fn flags(&self) -> &Flags[src]

Return the target-independent settings used for the compilation of this particular function.

Loading content...

Implementors

Loading content...