Searched defs:exception_object (Results 1 – 6 of 6) sorted by relevance
/llvm-project/libunwind/src/ |
H A D | Unwind-sjlj.c | 122 unwind_phase1(struct _Unwind_Exception *exception_object) { in unwind_phase1() argument 181 unwind_phase2(struct _Unwind_Exception *exception_object) { in unwind_phase2() argument 251 unwind_phase2_forced(struct _Unwind_Exception * exception_object,_Unwind_Stop_Fn stop,void * stop_parameter) unwind_phase2_forced() argument 336 _Unwind_SjLj_RaiseException(struct _Unwind_Exception * exception_object) _Unwind_SjLj_RaiseException() argument 367 _Unwind_SjLj_Resume(struct _Unwind_Exception * exception_object) _Unwind_SjLj_Resume() argument 385 _Unwind_SjLj_Resume_or_Rethrow(struct _Unwind_Exception * exception_object) _Unwind_SjLj_Resume_or_Rethrow() argument 485 _Unwind_DeleteException(struct _Unwind_Exception * exception_object) _Unwind_DeleteException() argument [all...] |
H A D | Unwind-wasm.c | 48 struct _Unwind_Exception *exception_object = in _Unwind_CallPersonality() local 65 _Unwind_RaiseException(_Unwind_Exception *exception_object) { in _Unwind_RaiseException() 74 _Unwind_DeleteException(_Unwind_Exception *exception_object) { in _Unwind_DeleteException()
|
H A D | UnwindLevel1.c | 78 unwind_phase1(unw_context_t * uc,unw_cursor_t * cursor,_Unwind_Exception * exception_object) unwind_phase1() argument 174 unwind_phase2(unw_context_t * uc,unw_cursor_t * cursor,_Unwind_Exception * exception_object) unwind_phase2() argument 311 unwind_phase2_forced(unw_context_t * uc,unw_cursor_t * cursor,_Unwind_Exception * exception_object,_Unwind_Stop_Fn stop,void * stop_parameter) unwind_phase2_forced() argument 421 _Unwind_RaiseException(_Unwind_Exception * exception_object) _Unwind_RaiseException() argument 456 _Unwind_Resume(_Unwind_Exception * exception_object) _Unwind_Resume() argument 479 _Unwind_ForcedUnwind(_Unwind_Exception * exception_object,_Unwind_Stop_Fn stop,void * stop_parameter) _Unwind_ForcedUnwind() argument 538 _Unwind_DeleteException(_Unwind_Exception * exception_object) _Unwind_DeleteException() argument [all...] |
H A D | Unwind-seh.cpp | 239 _Unwind_Exception *exception_object, in unwind_phase2_forced() 352 _Unwind_RaiseException(_Unwind_Exception *exception_object) { in _Unwind_RaiseException() 381 _Unwind_Resume(_Unwind_Exception *exception_object) { in _Unwind_Resume() 420 _Unwind_ForcedUnwind(_Unwind_Exception *exception_object, in _Unwind_ForcedUnwind()
|
H A D | Unwind-EHABI.cpp | 465 unwind_phase1(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) { in unwind_phase1() 566 _Unwind_Exception *exception_object, in unwind_phase2() 700 _Unwind_Exception *exception_object, _Unwind_Stop_Fn stop, in unwind_phase2_forced() 817 _Unwind_RaiseException(_Unwind_Exception *exception_object) { in _Unwind_RaiseException() 837 _LIBUNWIND_EXPORT void _Unwind_Complete(_Unwind_Exception* exception_object) { in _Unwind_Complete() 855 _Unwind_Resume(_Unwind_Exception *exception_object) { in _Unwind_Resume() 1153 _Unwind_ForcedUnwind(_Unwind_Exception *exception_object, _Unwind_Stop_Fn stop, in _Unwind_ForcedUnwind() 1188 _Unwind_DeleteException(_Unwind_Exception *exception_object) { in _Unwind_DeleteException() 1197 __gnu_unwind_frame(_Unwind_Exception *exception_object, in __gnu_unwind_frame()
|
H A D | UnwindLevel1-gcc-ext.c | 41 _Unwind_Resume_or_Rethrow(_Unwind_Exception *exception_object) { in _Unwind_Resume_or_Rethrow()
|