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

Constant information used to emit an instruction.

Required methods

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

Implementors