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