Searched refs:exception_object (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/libunwind/src/ |
| H A D | Unwind-sjlj.c | 170 (void *)exception_object); in unwind_phase1() 195 (void *)exception_object); in unwind_phase2() 215 (void *)exception_object); in unwind_phase2() 261 (void *)exception_object); in unwind_phase2_forced() 269 (*stop)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 288 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 324 (*stop)(1, lastAction, exception_object->exception_class, exception_object, in unwind_phase2_forced() 341 exception_object->private_1 = 0; in _Unwind_SjLj_RaiseException() 342 exception_object->private_2 = 0; in _Unwind_SjLj_RaiseException() 375 unwind_phase2(exception_object); in _Unwind_SjLj_Resume() [all …]
|
| H A D | UnwindLevel1.c | 50 (void *)exception_object); in unwind_phase1() 56 (void *)exception_object); in unwind_phase1() 67 (void *)exception_object); in unwind_phase1() 148 (void *)exception_object); in unwind_phase2() 154 (void *)exception_object); in unwind_phase2() 197 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2() 281 (*stop)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 301 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 337 (*stop)(1, lastAction, exception_object->exception_class, exception_object, in unwind_phase2_forced() 357 exception_object->private_1 = 0; in _Unwind_RaiseException() [all …]
|
| H A D | Unwind-seh.cpp | 267 (*stop)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 271 (void *)exception_object, stopResult); in unwind_phase2_forced() 275 (void *)exception_object); in unwind_phase2_forced() 287 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 323 (*stop)(1, lastAction, exception_object->exception_class, exception_object, in unwind_phase2_forced() 335 (void *)exception_object); in _Unwind_RaiseException() 339 memset(exception_object->private_, 0, sizeof(exception_object->private_)); in _Unwind_RaiseException() 365 if (exception_object->private_[0] != 0) { in _Unwind_Resume() 369 unwind_phase2_forced(&uc, exception_object, in _Unwind_Resume() 390 exception_object, &ms_ctx, &hist); in _Unwind_Resume() [all …]
|
| H A D | Unwind-EHABI.cpp | 462 static_cast<void *>(exception_object)); in unwind_phase1() 492 static_cast<void *>(exception_object), in unwind_phase1() 496 exception_object->pr_cache.ehtp = in unwind_phase1() 505 exception_object->pr_cache.fnstart, in unwind_phase1() 507 exception_object->pr_cache.additional); in unwind_phase1() 516 static_cast<void *>(exception_object)); in unwind_phase1() 581 static_cast<void *>(exception_object)); in unwind_phase2() 609 exception_object->pr_cache.ehtp = in unwind_phase2() 613 (*p)(state, exception_object, context); in unwind_phase2() 684 exception_object->unwinder_cache.reserved1 = 0; in _Unwind_RaiseException() [all …]
|
| H A D | UnwindLevel1-gcc-ext.c | 33 _Unwind_Resume_or_Rethrow(_Unwind_Exception *exception_object) { in _Unwind_Resume_or_Rethrow() argument 36 (void *)exception_object, in _Unwind_Resume_or_Rethrow() 37 (long)exception_object->unwinder_cache.reserved1); in _Unwind_Resume_or_Rethrow() 40 (void *)exception_object, in _Unwind_Resume_or_Rethrow() 41 (intptr_t)exception_object->private_1); in _Unwind_Resume_or_Rethrow() 47 return _Unwind_RaiseException(exception_object); in _Unwind_Resume_or_Rethrow() 52 if (exception_object->private_1 == 0) { in _Unwind_Resume_or_Rethrow() 53 return _Unwind_RaiseException(exception_object); in _Unwind_Resume_or_Rethrow() 60 _Unwind_Resume(exception_object); in _Unwind_Resume_or_Rethrow()
|
| /freebsd-13.1/contrib/llvm-project/libunwind/include/ |
| H A D | unwind.h | 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);
|
| /freebsd-13.1/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()
|