| /freebsd-14.2/contrib/llvm-project/libunwind/src/ |
| H A D | Unwind-sjlj.c | 171 (void *)exception_object); in unwind_phase1() 196 (void *)exception_object); in unwind_phase2() 216 (void *)exception_object); in unwind_phase2() 262 (void *)exception_object); in unwind_phase2_forced() 270 (*stop)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 289 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 325 (*stop)(1, lastAction, exception_object->exception_class, exception_object, in unwind_phase2_forced() 342 exception_object->private_1 = 0; in _Unwind_SjLj_RaiseException() 343 exception_object->private_2 = 0; in _Unwind_SjLj_RaiseException() 376 unwind_phase2(exception_object); in _Unwind_SjLj_Resume() [all …]
|
| H A D | UnwindLevel1.c | 89 (void *)exception_object); in unwind_phase1() 95 (void *)exception_object); in unwind_phase1() 106 (void *)exception_object); in unwind_phase1() 195 (void *)exception_object); in unwind_phase2() 201 (void *)exception_object); in unwind_phase2() 261 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2() 352 (*stop)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 373 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 409 (*stop)(1, lastAction, exception_object->exception_class, exception_object, in unwind_phase2_forced() 429 exception_object->private_1 = 0; in _Unwind_RaiseException() [all …]
|
| H A D | Unwind-seh.cpp | 278 (*stop)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 282 (void *)exception_object, stopResult); in unwind_phase2_forced() 286 (void *)exception_object); in unwind_phase2_forced() 298 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 342 (*stop)(1, lastAction, exception_object->exception_class, exception_object, in unwind_phase2_forced() 354 (void *)exception_object); in _Unwind_RaiseException() 358 memset(exception_object->private_, 0, sizeof(exception_object->private_)); in _Unwind_RaiseException() 384 if (exception_object->private_[0] != 0) { in _Unwind_Resume() 388 unwind_phase2_forced(&uc, exception_object, in _Unwind_Resume() 409 exception_object, &ms_ctx, &hist); in _Unwind_Resume() [all …]
|
| H A D | Unwind-EHABI.cpp | 519 exception_object->pr_cache.ehtp = in unwind_phase1() 528 exception_object->pr_cache.fnstart, in unwind_phase1() 634 exception_object->pr_cache.ehtp = in unwind_phase2() 740 (*stop)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 744 (void *)exception_object, stopResult); in unwind_phase2_forced() 748 (void *)exception_object); in unwind_phase2_forced() 759 exception_object->pr_cache.ehtp = in unwind_phase2_forced() 807 (*stop)(1, lastAction, exception_object->exception_class, exception_object, in unwind_phase2_forced() 840 (void)exception_object; in _Unwind_Complete() 864 &uc, &cursor, exception_object, in _Unwind_Resume() [all …]
|
| H A D | Unwind-wasm.c | 48 struct _Unwind_Exception *exception_object = in _Unwind_CallPersonality() local 51 (void *)exception_object); in _Unwind_CallPersonality() 59 1, _UA_SEARCH_PHASE, exception_object->exception_class, exception_object, in _Unwind_CallPersonality() 65 _Unwind_RaiseException(_Unwind_Exception *exception_object) { in _Unwind_RaiseException() argument 67 (void *)exception_object); in _Unwind_RaiseException() 69 __builtin_wasm_throw(0, exception_object); in _Unwind_RaiseException() 74 _Unwind_DeleteException(_Unwind_Exception *exception_object) { in _Unwind_DeleteException() argument 76 (void *)(exception_object)); in _Unwind_DeleteException() 77 if (exception_object->exception_cleanup != NULL) in _Unwind_DeleteException() 78 (*exception_object->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT, in _Unwind_DeleteException() [all …]
|
| H A D | UnwindLevel1-gcc-ext.c | 41 _Unwind_Resume_or_Rethrow(_Unwind_Exception *exception_object) { in _Unwind_Resume_or_Rethrow() argument 44 (void *)exception_object, (intptr_t)exception_object->PRIVATE_1); in _Unwind_Resume_or_Rethrow() 49 if (exception_object->PRIVATE_1 == 0) { in _Unwind_Resume_or_Rethrow() 50 return _Unwind_RaiseException(exception_object); in _Unwind_Resume_or_Rethrow() 57 _Unwind_Resume(exception_object); in _Unwind_Resume_or_Rethrow()
|
| /freebsd-14.2/contrib/llvm-project/libunwind/include/ |
| H A D | unwind_itanium.h | 56 _Unwind_SjLj_RaiseException(_Unwind_Exception *exception_object); 57 extern void _Unwind_SjLj_Resume(_Unwind_Exception *exception_object); 60 _Unwind_RaiseException(_Unwind_Exception *exception_object); 61 extern void _Unwind_Resume(_Unwind_Exception *exception_object); 63 extern void _Unwind_DeleteException(_Unwind_Exception *exception_object);
|
| H A D | unwind_arm_ehabi.h | 84 _Unwind_SjLj_RaiseException(_Unwind_Exception *exception_object); 85 extern void _Unwind_SjLj_Resume(_Unwind_Exception *exception_object); 88 _Unwind_RaiseException(_Unwind_Exception *exception_object); 89 extern void _Unwind_Resume(_Unwind_Exception *exception_object); 91 extern void _Unwind_DeleteException(_Unwind_Exception *exception_object); 115 extern void _Unwind_Complete(_Unwind_Exception* exception_object);
|
| H A D | unwind.h | 81 _Unwind_SjLj_ForcedUnwind(_Unwind_Exception *exception_object, 85 _Unwind_ForcedUnwind(_Unwind_Exception *exception_object, 104 _Unwind_SjLj_Resume_or_Rethrow(_Unwind_Exception *exception_object); 107 _Unwind_Resume_or_Rethrow(_Unwind_Exception *exception_object);
|
| /freebsd-14.2/contrib/libcxxrt/ |
| H A D | dynamic_cast.cc | 50 void **exception_object, in __do_catch() argument 61 return ex_type->__do_upcast(cti, exception_object); in __do_catch() 67 void **exception_object, in __do_catch() argument 107 return __pointee->__do_catch(ptr_type->__pointee, exception_object, outer); in __do_catch()
|