Home
last modified time | relevance | path

Searched defs:_Unwind_Exception (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/libunwind/include/
H A Dunwind_itanium.h18 typedef struct _Unwind_Exception _Unwind_Exception; typedef
21 struct _Unwind_Exception { struct
22 _Unwind_Exception_Class exception_class; argument
24 _Unwind_Exception *exc); argument
32 // The implementation of _Unwind_Exception uses an attribute mode on the argument
38 // The Itanium ABI requires that _Unwind_Exception objects are "double-word argument
H A Dunwind_arm_ehabi.h32 typedef struct _Unwind_Exception _Unwind_Exception; typedef
36 struct _Unwind_Exception { struct
37 _Unwind_Exception_Class exception_class; argument
38 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block*);
41 struct {
47 } unwinder_cache;
72 _Unwind_State state, _Unwind_Exception *exceptionObject, argument
/freebsd/contrib/libcxxrt/
H A Dunwind-itanium.h78 struct _Unwind_Exception struct
81 _Unwind_Exception_Cleanup_Fn exception_cleanup; argument
89 extern _Unwind_Reason_Code _Unwind_RaiseException (struct _Unwind_Exception *); argument
H A Dunwind-arm.h62 struct _Unwind_Exception struct
65 void (*exception_cleanup)(_Unwind_Reason_Code, struct _Unwind_Exception *); argument
68 {
75 } unwinder_cache;
78 {
103 _Unwind_Reason_Code _Unwind_RaiseException(struct _Unwind_Exception *ucbp); argument
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h69 #define _Unwind_Exception _Unwind_Control_Block /* Alias */ macro
72 typedef struct _Unwind_Exception _Unwind_Exception; typedef
143 struct _Unwind_Exception { struct
144 _Unwind_Exception_Class exception_class; argument
145 _Unwind_Exception_Cleanup_Fn exception_cleanup; argument
152 /* The Itanium ABI requires that _Unwind_Exception objects are "double-word argument