Home
last modified time | relevance | path

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

/src/contrib/llvm-project/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()
/src/contrib/libcxxrt/
H A Dexception.cc257 static const uint64_t exception_class = variable
275 return (cls == exception_class) || (cls == dependent_exception_class); in isCXXException()
290 if (!isDependentException(ex->unwindHeader.exception_class)) { return ex; } in realExceptionFromException()
723 if (isDependentException(exception->unwindHeader.exception_class)) in releaseException()
740 assert(isDependentException(ex->unwindHeader.exception_class)); in __cxa_free_dependent_exception()
811 ex->unwindHeader.exception_class = exception_class; in __cxa_init_primary_exception()
844 ex->unwindHeader.exception_class = dependent_exception_class; in __cxa_rethrow_primary_exception()
865 if (isDependentException(ex->unwindHeader.exception_class)) { return; } in __cxa_increment_exception_refcount()
1265 if (isCXXException(exceptionObject->exception_class))
1427 if (exceptionObject->exception_class == exception_class)
[all …]
H A Dunwind-arm.h64 uint64_t exception_class; member
204 uint64_t exceptionClass = exceptionObject->exception_class;\
H A Dunwind-itanium.h80 uint64_t exception_class; member
/src/contrib/llvm-project/libunwind/src/
H A DUnwind-sjlj.c147 1, _UA_SEARCH_PHASE, exception_object->exception_class, in unwind_phase1()
209 (*c->personality)(1, action, exception_object->exception_class, in unwind_phase2()
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()
H A DUnwindLevel1.c153 (*p)(1, _UA_SEARCH_PHASE, exception_object->exception_class, in unwind_phase1()
283 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2()
378 (*stop)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced()
399 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced()
435 (*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()
278 (*stop)(1, action, exception_object->exception_class, 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()
H A DUnwindLevel1-gcc-ext.c146 memcpy(&ex.exception_class, "CLNGUNW", sizeof(ex.exception_class)); in _Unwind_Backtrace()
H A DUnwind-wasm.c59 1, _UA_SEARCH_PHASE, exception_object->exception_class, exception_object, in _Unwind_CallPersonality()
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()
/src/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h114 uint64_t exception_class; member
144 _Unwind_Exception_Class exception_class; member
/src/contrib/llvm-project/libunwind/include/
H A Dunwind_itanium.h22 _Unwind_Exception_Class exception_class; member
H A Dunwind_arm_ehabi.h37 _Unwind_Exception_Class exception_class; member
/src/lib/libthr/thread/
H A Dthr_exit.c170 curthread->ex.exception_class = 0; in thread_unwind()
/src/sys/amd64/vmm/
H A Dvmm.c1297 exception_class(uint64_t info) in exception_class() function
1369 exc1 = exception_class(info1); in nested_fault()
1370 exc2 = exception_class(info2); in nested_fault()