Function rustc_codegen_llvm::asm::inline_asm_call
source · pub(crate) fn inline_asm_call<'ll>(
bx: &mut Builder<'_, 'll, '_>,
asm: &str,
cons: &str,
inputs: &[&'ll Value],
output: &'ll Type,
volatile: bool,
alignstack: bool,
dia: AsmDialect,
line_spans: &[Span],
unwind: bool,
dest_catch_funclet: Option<(&'ll BasicBlock, &'ll BasicBlock, Option<&Funclet<'ll>>)>
) -> Option<&'ll Value>