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.