LLVMGetInlineAsm

Function LLVMGetInlineAsm 

Source
pub(crate) unsafe extern "C" fn LLVMGetInlineAsm<'ll>(
    Ty: &'ll Type,
    AsmString: *const c_uchar,
    AsmStringSize: size_t,
    Constraints: *const c_uchar,
    ConstraintsSize: size_t,
    HasSideEffects: Bool,
    IsAlignStack: Bool,
    Dialect: AsmDialect,
    CanThrow: Bool,
) -> &'ll Value
Expand description

Create the specified uniqued inline asm string. See InlineAsm::get().