Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/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()
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 …]
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
/freebsd/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.c139 (*p)(1, _UA_SEARCH_PHASE, exception_object->exception_class, in unwind_phase1()
261 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2()
352 (*stop)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced()
373 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced()
409 (*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()
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h114 uint64_t exception_class; member
144 _Unwind_Exception_Class exception_class; member
/freebsd/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
/freebsd/lib/libthr/thread/
H A Dthr_exit.c170 curthread->ex.exception_class = 0; in thread_unwind()
/freebsd/sys/amd64/vmm/
H A Dvmm.c2067 exception_class(uint64_t info) in exception_class() function
2139 exc1 = exception_class(info1); in nested_fault()
2140 exc2 = exception_class(info2); in nested_fault()