Searched defs:exception_object (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/libunwind/src/ |
H A D | Unwind-sjlj.c | 121 unwind_phase1(struct _Unwind_Exception * exception_object) unwind_phase1() argument 180 unwind_phase2(struct _Unwind_Exception * exception_object) unwind_phase2() argument 250 unwind_phase2_forced(struct _Unwind_Exception * exception_object,_Unwind_Stop_Fn stop,void * stop_parameter) unwind_phase2_forced() argument 335 _Unwind_SjLj_RaiseException(struct _Unwind_Exception * exception_object) _Unwind_SjLj_RaiseException() argument 366 _Unwind_SjLj_Resume(struct _Unwind_Exception * exception_object) _Unwind_SjLj_Resume() argument 384 _Unwind_SjLj_Resume_or_Rethrow(struct _Unwind_Exception * exception_object) _Unwind_SjLj_Resume_or_Rethrow() argument 484 _Unwind_DeleteException(struct _Unwind_Exception * exception_object) _Unwind_DeleteException() argument [all...] |
H A D | UnwindLevel1.c | 91 unwind_phase1(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) { in unwind_phase1() 191 unwind_phase2(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) { in unwind_phase2() 336 _Unwind_Exception *exception_object, in unwind_phase2_forced() 446 _Unwind_RaiseException(_Unwind_Exception *exception_object) { in _Unwind_RaiseException() 481 _Unwind_Resume(_Unwind_Exception *exception_object) { in _Unwind_Resume() 504 _Unwind_ForcedUnwind(_Unwind_Exception *exception_object, in _Unwind_ForcedUnwind() 563 _Unwind_DeleteException(_Unwind_Exception *exception_object) { in _Unwind_DeleteException()
|
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 | 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() argument
|
/freebsd/contrib/libcxxrt/ |
H A D | dynamic_cast.cc | 50 void **exception_object, in __do_catch() 67 void **exception_object, in __do_catch()
|