[llvm] Add support for passing dummy arguments before arm64 hfa structures so they...
[mono.git] / mono / mini / mini-llvm-cpp.h
index 97d5a12222a54183f914d1138a50eefe72d2ef2e..78bccd07ff9422a5adcc1ddc75af0343f5a84a8c 100644 (file)
@@ -95,6 +95,12 @@ mono_llvm_create_constant_data_array (const uint8_t *data, int len);
 void
 mono_llvm_set_is_constant (LLVMValueRef global_var);
 
+void
+mono_llvm_set_preserveall_cc (LLVMValueRef func);
+
+void
+mono_llvm_set_call_preserveall_cc (LLVMValueRef call);
+
 _Unwind_Reason_Code 
 mono_debug_personality (int a, _Unwind_Action b,
        uint64_t c, struct _Unwind_Exception *d, struct _Unwind_Context *e);
@@ -105,9 +111,6 @@ mono_llvm_set_unhandled_exception_handler (void);
 void
 default_mono_llvm_unhandled_exception (void);
 
-void
-mono_llvm_cpp_throw_exception (void);
-
 G_END_DECLS
 
 #endif /* __MONO_MINI_LLVM_CPP_H__ */