[][src]Function rustc_llvm_proxy::proxy::LLVMConstInlineAsm

#[no_mangle]
pub unsafe extern "C" fn LLVMConstInlineAsm(
    Ty: LLVMTypeRef,
    AsmString: *const c_char,
    Constraints: *const c_char,
    HasSideEffects: LLVMBool,
    IsAlignStack: LLVMBool
) -> LLVMValueRef