Home
last modified time | relevance | path

Searched refs:exception_class (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan_exceptions.cpp23 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 DThreadMachCore.cpp126 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 Dforced_unwind2.pass.cpp45 memset(&exc->exception_class, 0, sizeof(exc->exception_class)); in forced_unwind()
H A Dforced_unwind3.pass.cpp62 memset(&exc->exception_class, 0, sizeof(exc->exception_class)); in forced_unwind()
H A Dforced_unwind1.pass.cpp57 memset(&exc->exception_class, 0, sizeof(exc->exception_class)); in forced_unwind()
/llvm-project-15.0.7/libunwind/src/
H A DUnwind-sjlj.c146 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 DUnwindLevel1.c137 (*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 DUnwind-seh.cpp125 (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 DUnwindLevel1-gcc-ext.c115 strcpy((char *)&ex.exception_class, "CLNGUNW"); in _Unwind_Backtrace()
H A DUnwind-EHABI.cpp740 (*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 Dforceunwind.pass.cpp63 strcpy(reinterpret_cast<char *>(&e->exception_class), "CLNGUNW"); in foo()
/llvm-project-15.0.7/clang/lib/Headers/
H A Dunwind.h113 uint64_t exception_class; member
143 _Unwind_Exception_Class exception_class; member
/llvm-project-15.0.7/libunwind/include/
H A Dunwind_itanium.h22 _Unwind_Exception_Class exception_class; member
H A Dunwind_arm_ehabi.h33 _Unwind_Exception_Class exception_class; member
/llvm-project-15.0.7/libcxxabi/src/
H A Dcxa_exception.cpp82 ::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 DExceptionDemo.cpp291 (expToDelete->exception_class == ourBaseExceptionClass)) { in deleteOurException()
322 (ret->unwindException).exception_class = ourBaseExceptionClass; in createOurException()