Searched refs:exceptionClass (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/libcxxrt/ |
H A D | unwind-itanium.h | 157 uint64_t exceptionClass,\ 163 uint64_t exceptionClass,\ 168 #define CALL_PERSONALITY_FUNCTION(name) name(version, actions, exceptionClass, exceptionObject, con…
|
H A D | unwind-arm.h | 204 uint64_t exceptionClass = exceptionObject->exception_class;\
|
H A D | exception.cc | 1127 bool foreignException = !isCXXException(exceptionClass);
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
H A D | gcc_personality_v0.c | 189 int version, _Unwind_Action actions, uint64_t exceptionClass, in __gcc_personality_sj0() argument 198 int version, _Unwind_Action actions, uint64_t exceptionClass, in __gcc_personality_sj0() 202 int version, _Unwind_Action actions, uint64_t exceptionClass, in __gcc_personality_sj0()
|
H A D | README.txt | 228 uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject,
|
/freebsd/contrib/llvm-project/libunwind/include/ |
H A D | unwind_itanium.h | 44 int version, _Unwind_Action actions, uint64_t exceptionClass,
|
H A D | unwind.h | 67 _Unwind_Exception_Class exceptionClass,
|
/freebsd/contrib/llvm-project/libunwind/src/ |
H A D | Unwind-wasm.c | 23 uint64_t exceptionClass,
|