Trait rustc_codegen_ssa::traits::asm::AsmMethods
source · pub trait AsmMethods<'tcx> {
// Required method
fn codegen_global_asm(
&self,
template: &[InlineAsmTemplatePiece],
operands: &[GlobalAsmOperandRef<'tcx>],
options: InlineAsmOptions,
line_spans: &[Span],
);
}