Searched refs:exceptionObject (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/builtins/ |
| H A D | gcc_personality_v0.c | 153 continueUnwind(struct _Unwind_Exception *exceptionObject, in continueUnwind() argument 158 if (__gnu_unwind_frame(exceptionObject, context) != _URC_OK) in continueUnwind() 175 struct _Unwind_Exception *exceptionObject, struct _Unwind_Context *context) in __gcc_personality_sj0() argument 179 _Unwind_State state, struct _Unwind_Exception *exceptionObject, in __gcc_personality_sj0() 184 struct _Unwind_Exception *exceptionObject, struct _Unwind_Context *context) in __gcc_personality_sj0() 188 struct _Unwind_Exception *exceptionObject, struct _Unwind_Context *context) in __gcc_personality_sj0() 200 return continueUnwind(exceptionObject, context); in __gcc_personality_sj0() 205 return continueUnwind(exceptionObject, context); in __gcc_personality_sj0() 239 (uintptr_t)exceptionObject); in __gcc_personality_sj0() 247 return continueUnwind(exceptionObject, context); in __gcc_personality_sj0()
|
| H A D | README.txt | 225 uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject,
|
| /llvm-project-15.0.7/libunwind/test/ |
| H A D | forceunwind.pass.cpp | 34 _Unwind_Exception *exceptionObject, in stop() argument 40 assert(exceptionObject == &ex); in stop()
|
| /llvm-project-15.0.7/libcxxabi/include/ |
| H A D | cxxabi.h | 54 __cxa_get_exception_ptr(void *exceptionObject) throw(); 56 __cxa_begin_catch(void *exceptionObject) throw(); 60 __cxa_begin_cleanup(void *exceptionObject) throw();
|
| /llvm-project-15.0.7/libcxxabi/src/ |
| H A D | aix_state_tab_eh.inc | 580 …_LIBCXXABI_TRACE_STATETAB("Entering %s, exceptionObject=%p\n", __func__, reinterpret_cast<void*>(e… 582 if (!__isOurExceptionClass(exceptionObject)) { 589 if (__getExceptionClass(exceptionObject) == kOurDependentExceptionClass) { 593 reinterpret_cast<__cxa_dependent_exception*>(exceptionObject + 1) - 1; 596 reinterpret_cast<void*>(exceptionObject), 598 exceptionObject = &exceptionHeader->unwindHeader; 600 …_LIBCXXABI_TRACE_STATETAB("exceptionObject %p is NOT a dependent\n", reinterpret_cast<void*>(excep… 604 void* thrownObject = reinterpret_cast<void*>(exceptionObject + 1); 640 uintptr_t exceptionObject; 641 asm("mr %0, 14" : "=r"(exceptionObject)); [all …]
|
| /llvm-project-15.0.7/llvm/examples/ExceptionDemo/ |
| H A D | ExceptionDemo.cpp | 506 struct _Unwind_Exception *exceptionObject) { in handleActionValue() argument 510 !exceptionObject || in handleActionValue() 515 (((char*) exceptionObject) + ourBaseFromUnwindOffset); in handleActionValue() 523 (void*)exceptionObject, in handleActionValue() 598 struct _Unwind_Exception *exceptionObject, in handleLsda() argument 703 exceptionObject); in handleLsda() 719 (uintptr_t)exceptionObject); in handleLsda() 780 struct _Unwind_Exception *exceptionObject, in ourPersonality() argument 808 exceptionObject, in ourPersonality()
|
| /llvm-project-15.0.7/libunwind/include/ |
| H A D | unwind_itanium.h | 45 _Unwind_Exception *exceptionObject, struct _Unwind_Context *context);
|
| H A D | unwind.h | 68 _Unwind_Exception* exceptionObject,
|
| H A D | unwind_arm_ehabi.h | 68 _Unwind_State state, _Unwind_Exception *exceptionObject,
|