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