Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/contrib/libcxxrt/
H A Dexception.cc254 static const uint64_t exception_class = variable
272 return (cls == exception_class) || (cls == dependent_exception_class); in isCXXException()
287 if (!isDependentException(ex->unwindHeader.exception_class)) { return ex; } in realExceptionFromException()
637 if (isDependentException(exception->unwindHeader.exception_class)) in releaseException()
654 assert(isDependentException(ex->unwindHeader.exception_class)); in __cxa_free_dependent_exception()
792 ex->unwindHeader.exception_class = exception_class; in __cxa_throw()
809 ex->unwindHeader.exception_class = dependent_exception_class; in __cxa_rethrow_primary_exception()
830 if (isDependentException(ex->unwindHeader.exception_class)) { return; } in __cxa_increment_exception_refcount()
1230 if (isCXXException(exceptionObject->exception_class))
1392 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-13.1/contrib/llvm-project/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.c98 (*p)(1, _UA_SEARCH_PHASE, exception_object->exception_class, in unwind_phase1()
197 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2()
281 (*stop)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced()
301 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced()
337 (*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()
267 (*stop)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced()
287 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced()
323 (*stop)(1, lastAction, exception_object->exception_class, exception_object, in unwind_phase2_forced()
H A DUnwindLevel1-gcc-ext.c121 ex.exception_class = 0x434C4E47554E5700; // CLNGUNW\0 in _Unwind_Backtrace()
/freebsd-13.1/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h111 uint64_t exception_class; member
141 _Unwind_Exception_Class exception_class; member
/freebsd-13.1/contrib/llvm-project/libunwind/include/
H A Dunwind.h79 uint64_t exception_class; member
127 uint64_t exception_class; member
/freebsd-13.1/lib/libthr/thread/
H A Dthr_exit.c173 curthread->ex.exception_class = 0; in thread_unwind()
/freebsd-13.1/sys/amd64/vmm/
H A Dvmm.c1901 exception_class(uint64_t info) in exception_class() function
1973 exc1 = exception_class(info1); in nested_fault()
1974 exc2 = exception_class(info2); in nested_fault()