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

/freebsd-current/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_exceptions.cpp23 uint64_t exception_class,
37 uint64_t exception_class,
44 rc = real_personality(version, actions, exception_class, unwind_exception,
36 __hwasan_personality_wrapper(int version, _Unwind_Action actions, uint64_t exception_class, _Unwind_Exception* unwind_exception, _Unwind_Context* context, PersonalityFn* real_personality, GetGRFn* get_gr, GetCFAFn* get_cfa) argument
/freebsd-current/contrib/llvm-project/libunwind/include/
H A Dunwind_itanium.h22 _Unwind_Exception_Class exception_class; member in struct:_Unwind_Exception
H A Dunwind_arm_ehabi.h37 _Unwind_Exception_Class exception_class; member in struct:_Unwind_Exception
/freebsd-current/contrib/libcxxrt/
H A Dunwind-itanium.h74 /* The C++ ABI requires exception_class, private_1, and private_2 to
76 double-word-aligned. Please note that exception_class stays 64-bit
80 uint64_t exception_class; member in struct:_Unwind_Exception
H A Dexception.cc257 static const uint64_t exception_class = variable
275 return (cls == exception_class) || (cls == dependent_exception_class);
290 if (!isDependentException(ex->unwindHeader.exception_class)) { return ex; }
658 if (isDependentException(exception->unwindHeader.exception_class))
675 assert(isDependentException(ex->unwindHeader.exception_class));
805 ex->unwindHeader.exception_class = exception_class;
838 ex->unwindHeader.exception_class = dependent_exception_class;
859 if (isDependentException(ex->unwindHeader.exception_class)) { return; }
1259 if (isCXXException(exceptionObject->exception_class))
[all...]
H A Dunwind-arm.h64 uint64_t exception_class; member in struct:_Unwind_Exception
204 uint64_t exceptionClass = exceptionObject->exception_class;\
/freebsd-current/contrib/llvm-project/libunwind/src/
H A DUnwind-wasm.c59 1, _UA_SEARCH_PHASE, exception_object->exception_class, exception_object,
H A DUnwind-sjlj.c147 1, _UA_SEARCH_PHASE, exception_object->exception_class,
209 (*c->personality)(1, action, exception_object->exception_class,
270 (*stop)(1, action, exception_object->exception_class, exception_object,
289 (*p)(1, action, exception_object->exception_class, exception_object,
325 (*stop)(1, lastAction, exception_object->exception_class, exception_object,
H A DUnwind-seh.cpp125 (void *)pers, action, exc->exception_class,
127 urc = pers(1, action, exc->exception_class, exc, ctx);
278 (*stop)(1, action, exception_object->exception_class, exception_object,
298 (*p)(1, action, exception_object->exception_class, exception_object,
342 (*stop)(1, lastAction, exception_object->exception_class, exception_object,
H A DUnwindLevel1.c139 (*p)(1, _UA_SEARCH_PHASE, exception_object->exception_class,
261 (*p)(1, action, exception_object->exception_class, exception_object,
352 (*stop)(1, action, exception_object->exception_class, exception_object,
373 (*p)(1, action, exception_object->exception_class, exception_object,
409 (*stop)(1, lastAction, exception_object->exception_class, exception_object,
H A DUnwindLevel1-gcc-ext.c146 memcpy(&ex.exception_class, "CLNGUNW", sizeof(ex.exception_class));
H A DUnwind-EHABI.cpp740 (*stop)(1, action, exception_object->exception_class, exception_object,
807 (*stop)(1, lastAction, exception_object->exception_class, exception_object,
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h114 uint64_t exception_class; member in struct:_Unwind_Control_Block
144 _Unwind_Exception_Class exception_class; member in struct:_Unwind_Exception
/freebsd-current/lib/libthr/thread/
H A Dthr_exit.c170 curthread->ex.exception_class = 0;
/freebsd-current/sys/amd64/vmm/
H A Dvmm.c2067 exception_class(uint64_t info) function
2139 exc1 = exception_class(info1);
2140 exc2 = exception_class(info2);

Completed in 218 milliseconds