Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/libunwind/include/
Dunwind.h75 typedef struct _Unwind_Exception _Unwind_Exception; typedef
78 struct _Unwind_Exception { struct
79 uint64_t exception_class;
80 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block*);
83 struct {
89 } unwinder_cache;
115 _Unwind_Exception* exceptionObject, argument
124 typedef struct _Unwind_Exception _Unwind_Exception; typedef
126 struct _Unwind_Exception { struct
129 _Unwind_Exception *exc); argument
[all …]
/freebsd-12-stable/contrib/libcxxrt/
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
Dunwind-itanium.h78 struct _Unwind_Exception struct
81 _Unwind_Exception_Cleanup_Fn exception_cleanup; argument
86 extern _Unwind_Reason_Code _Unwind_RaiseException (struct _Unwind_Exception *); argument
/freebsd-12-stable/include/
Dunwind.h83 struct _Unwind_Exception struct
86 _Unwind_Exception_Cleanup_Fn exception_cleanup; argument
91 extern _Unwind_Reason_Code _Unwind_RaiseException (struct _Unwind_Exception *); argument
/freebsd-12-stable/contrib/gcc/
Dunwind-generic.h88 struct _Unwind_Exception struct
90 _Unwind_Exception_Class exception_class; argument
91 _Unwind_Exception_Cleanup_Fn exception_cleanup; argument
92 _Unwind_Word private_1;
93 _Unwind_Word private_2;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
Dunwind.h67 typedef struct _Unwind_Control_Block _Unwind_Exception; /* Alias */ typedef
70 typedef struct _Unwind_Exception _Unwind_Exception; typedef
140 struct _Unwind_Exception { struct
141 _Unwind_Exception_Class exception_class; argument
142 _Unwind_Exception_Cleanup_Fn exception_cleanup; argument
149 /* The Itanium ABI requires that _Unwind_Exception objects are "double-word argument
/freebsd-12-stable/contrib/gcc/config/arm/
Dunwind-arm.h192 #define _Unwind_Exception _Unwind_Control_Block macro