Home | History | Annotate | Download | only in include

Lines Matching refs:_Unwind_Exception

72 typedef struct _Unwind_Control_Block _Unwind_Exception; /* Alias */
111 _Unwind_Exception* exceptionObject,
116 _Unwind_Exception* exceptionObject,
120 struct _Unwind_Exception; // forward declaration
121 typedef struct _Unwind_Exception _Unwind_Exception;
123 struct _Unwind_Exception {
126 _Unwind_Exception *exc);
134 // The implementation of _Unwind_Exception uses an attribute mode on the
140 // The Itanium ABI requires that _Unwind_Exception objects are "double-word
149 _Unwind_Exception* exceptionObject,
157 _Unwind_Exception* exceptionObject,
170 _Unwind_SjLj_RaiseException(_Unwind_Exception *exception_object);
171 extern void _Unwind_SjLj_Resume(_Unwind_Exception *exception_object);
174 _Unwind_RaiseException(_Unwind_Exception *exception_object);
175 extern void _Unwind_Resume(_Unwind_Exception *exception_object);
177 extern void _Unwind_DeleteException(_Unwind_Exception *exception_object);
201 extern void _Unwind_Complete(_Unwind_Exception* exception_object);
273 _Unwind_SjLj_ForcedUnwind(_Unwind_Exception *exception_object,
277 _Unwind_ForcedUnwind(_Unwind_Exception *exception_object,
296 _Unwind_SjLj_Resume_or_Rethrow(_Unwind_Exception *exception_object);
299 _Unwind_Resume_or_Rethrow(_Unwind_Exception *exception_object);