Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
HDhwasan_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()
/freebsd-13-stable/contrib/libcxxrt/
HDexception.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()
658 if (isDependentException(exception->unwindHeader.exception_class)) in releaseException()
675 assert(isDependentException(ex->unwindHeader.exception_class)); in __cxa_free_dependent_exception()
805 ex->unwindHeader.exception_class = exception_class; in __cxa_init_primary_exception()
838 ex->unwindHeader.exception_class = dependent_exception_class; in __cxa_rethrow_primary_exception()
859 if (isDependentException(ex->unwindHeader.exception_class)) { return; } in __cxa_increment_exception_refcount()
1259 if (isCXXException(exceptionObject->exception_class))
1421 if (exceptionObject->exception_class == exception_class)
[all …]
HDunwind-arm.h64 uint64_t exception_class; member
204 uint64_t exceptionClass = exceptionObject->exception_class;\
HDunwind-itanium.h80 uint64_t exception_class; member
/freebsd-13-stable/contrib/llvm-project/libunwind/src/
HDUnwind-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()
HDUnwindLevel1.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()
HDUnwind-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()
HDUnwindLevel1-gcc-ext.c146 memcpy(&ex.exception_class, "CLNGUNW", sizeof(ex.exception_class)); in _Unwind_Backtrace()
HDUnwind-wasm.c59 1, _UA_SEARCH_PHASE, exception_object->exception_class, exception_object, in _Unwind_CallPersonality()
HDUnwind-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()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
HDunwind.h114 uint64_t exception_class; member
144 _Unwind_Exception_Class exception_class; member
/freebsd-13-stable/contrib/llvm-project/libunwind/include/
HDunwind_itanium.h22 _Unwind_Exception_Class exception_class; member
HDunwind_arm_ehabi.h37 _Unwind_Exception_Class exception_class; member
/freebsd-13-stable/lib/libthr/thread/
HDthr_exit.c170 curthread->ex.exception_class = 0; in thread_unwind()
/freebsd-13-stable/sys/amd64/vmm/
HDvmm.c2009 exception_class(uint64_t info) in exception_class() function
2081 exc1 = exception_class(info1); in nested_fault()
2082 exc2 = exception_class(info2); in nested_fault()