Trait rustc_codegen_ssa::traits::AsmMethods[][src]

pub trait AsmMethods {
    fn codegen_global_asm(
        &self,
        template: &[InlineAsmTemplatePiece],
        operands: &[GlobalAsmOperandRef],
        options: InlineAsmOptions,
        line_spans: &[Span]
    ); }

Required methods

Implementors