| /llvm-project-15.0.7/compiler-rt/lib/hwasan/ |
| H A D | hwasan_exceptions.cpp | 23 uint64_t exception_class, 37 uint64_t exception_class, in __hwasan_personality_wrapper() argument 44 rc = real_personality(version, actions, exception_class, unwind_exception, in __hwasan_personality_wrapper()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/mach-core/ |
| H A D | ThreadMachCore.cpp | 126 const AppleArm64ExceptionClass exception_class = in CalculateStopInfo() local 128 if (IsCrashExceptionClass(exception_class)) { in CalculateStopInfo() 131 toString(exception_class), far.GetAsUInt64()); in CalculateStopInfo()
|
| /llvm-project-15.0.7/libcxxabi/test/ |
| H A D | forced_unwind2.pass.cpp | 45 memset(&exc->exception_class, 0, sizeof(exc->exception_class)); in forced_unwind()
|
| H A D | forced_unwind3.pass.cpp | 62 memset(&exc->exception_class, 0, sizeof(exc->exception_class)); in forced_unwind()
|
| H A D | forced_unwind1.pass.cpp | 57 memset(&exc->exception_class, 0, sizeof(exc->exception_class)); in forced_unwind()
|
| /llvm-project-15.0.7/libunwind/src/ |
| H A D | Unwind-sjlj.c | 146 1, _UA_SEARCH_PHASE, exception_object->exception_class, in unwind_phase1() 208 (*c->personality)(1, action, exception_object->exception_class, in unwind_phase2() 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()
|
| H A D | UnwindLevel1.c | 137 (*p)(1, _UA_SEARCH_PHASE, exception_object->exception_class, in unwind_phase1() 242 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2() 332 (*stop)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 353 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 389 (*stop)(1, lastAction, exception_object->exception_class, exception_object, in unwind_phase2_forced()
|
| H A D | Unwind-seh.cpp | 125 (void *)pers, action, exc->exception_class, in _GCC_specific_handler() 127 urc = pers(1, action, exc->exception_class, exc, ctx); in _GCC_specific_handler() 269 (*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()
|
| H A D | UnwindLevel1-gcc-ext.c | 115 strcpy((char *)&ex.exception_class, "CLNGUNW"); in _Unwind_Backtrace()
|
| H A D | Unwind-EHABI.cpp | 740 (*stop)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 807 (*stop)(1, lastAction, exception_object->exception_class, exception_object, in unwind_phase2_forced()
|
| /llvm-project-15.0.7/libunwind/test/ |
| H A D | forceunwind.pass.cpp | 63 strcpy(reinterpret_cast<char *>(&e->exception_class), "CLNGUNW"); in foo()
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | unwind.h | 113 uint64_t exception_class; member 143 _Unwind_Exception_Class exception_class; member
|
| /llvm-project-15.0.7/libunwind/include/ |
| H A D | unwind_itanium.h | 22 _Unwind_Exception_Class exception_class; member
|
| H A D | unwind_arm_ehabi.h | 33 _Unwind_Exception_Class exception_class; member
|
| /llvm-project-15.0.7/libcxxabi/src/ |
| H A D | cxa_exception.cpp | 82 ::memcpy(&unwind_exception->exception_class, &newValue, sizeof(newValue)); in __setExceptionClass() 101 ::memcpy(&exClass, &unwind_exception->exception_class, sizeof(exClass)); in __getExceptionClass()
|
| /llvm-project-15.0.7/llvm/examples/ExceptionDemo/ |
| H A D | ExceptionDemo.cpp | 291 (expToDelete->exception_class == ourBaseExceptionClass)) { in deleteOurException() 322 (ret->unwindException).exception_class = ourBaseExceptionClass; in createOurException()
|