Function llvm_sys::core::LLVMConstInlineAsm

source ยท
pub unsafe extern "C" fn LLVMConstInlineAsm(
    Ty: LLVMTypeRef,
    AsmString: *const c_char,
    Constraints: *const c_char,
    HasSideEffects: LLVMBool,
    IsAlignStack: LLVMBool
) -> LLVMValueRef
๐Ÿ‘ŽDeprecated since 7.0: Use LLVMGetInlineAsm instead