Function rustc_codegen_llvm::llvm_::ffi::LLVMRustInlineAsm

source ·
pub unsafe extern "C" fn LLVMRustInlineAsm(
    Ty: &Type,
    AsmString: *const c_char,
    AsmStringLen: size_t,
    Constraints: *const c_char,
    ConstraintsLen: size_t,
    SideEffects: Bool,
    AlignStack: Bool,
    Dialect: AsmDialect,
    CanThrow: Bool
) -> &Value
Expand description

Prepares inline assembly.