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