Function rustc_codegen_llvm::back::write::report_inline_asm

source ·
fn report_inline_asm(
    cgcx: &CodegenContext<LlvmCodegenBackend>,
    msg: String,
    level: DiagnosticLevel,
    cookie: u64,
    source: Option<(String, Vec<InnerSpan>)>
)