Trait MachInstEmitInfo
cranelift_codegen::machinst
pub trait MachInstEmitInfo { fn flags(&self) -> &Flags; }
Constant information used to emit an instruction.
fn flags(&self) -> &Flags
Return the target-independent settings used for the compilation of this particular function.