Lines Matching defs:_Unwind_Exception
68 typedef struct _Unwind_Control_Block _Unwind_Exception; /* Alias */
107 _Unwind_Exception* exceptionObject,
112 _Unwind_Exception* exceptionObject,
116 struct _Unwind_Exception; // forward declaration
117 typedef struct _Unwind_Exception _Unwind_Exception;
119 struct _Unwind_Exception {
122 _Unwind_Exception *exc);
126 // The implementation of _Unwind_Exception uses an attribute mode on the
132 // The Itanium ABI requires that _Unwind_Exception objects are "double-word
141 _Unwind_Exception* exceptionObject,
149 _Unwind_Exception* exceptionObject,
162 _Unwind_SjLj_RaiseException(_Unwind_Exception *exception_object);
163 extern void _Unwind_SjLj_Resume(_Unwind_Exception *exception_object);
166 _Unwind_RaiseException(_Unwind_Exception *exception_object);
167 extern void _Unwind_Resume(_Unwind_Exception *exception_object);
169 extern void _Unwind_DeleteException(_Unwind_Exception *exception_object);
193 extern void _Unwind_Complete(_Unwind_Exception* exception_object);
265 _Unwind_SjLj_ForcedUnwind(_Unwind_Exception *exception_object,
269 _Unwind_ForcedUnwind(_Unwind_Exception *exception_object,
288 _Unwind_SjLj_Resume_or_Rethrow(_Unwind_Exception *exception_object);
291 _Unwind_Resume_or_Rethrow(_Unwind_Exception *exception_object);