Searched refs:exceptionObject (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/builtins/ |
| H A D | gcc_personality_v0.c | 168 continueUnwind(struct _Unwind_Exception *exceptionObject, in continueUnwind() argument 173 if (__gnu_unwind_frame(exceptionObject, context) != _URC_OK) in continueUnwind() 190 struct _Unwind_Exception *exceptionObject, struct _Unwind_Context *context) in __gcc_personality_sj0() argument 194 _Unwind_State state, struct _Unwind_Exception *exceptionObject, in __gcc_personality_sj0() 199 struct _Unwind_Exception *exceptionObject, struct _Unwind_Context *context) in __gcc_personality_sj0() 203 struct _Unwind_Exception *exceptionObject, struct _Unwind_Context *context) in __gcc_personality_sj0() 215 return continueUnwind(exceptionObject, context); in __gcc_personality_sj0() 220 return continueUnwind(exceptionObject, context); in __gcc_personality_sj0() 254 (uintptr_t)exceptionObject); in __gcc_personality_sj0() 262 return continueUnwind(exceptionObject, context); in __gcc_personality_sj0()
|
| H A D | README.txt | 228 uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject,
|
| /freebsd-14.2/contrib/libcxxrt/ |
| H A D | exception.cc | 1098 assert(exceptionObject == info->currentCleanup); in pushCleanupException() 1103 info->currentCleanup = exceptionObject; in pushCleanupException() 1132 ex = exceptionFromPointer(exceptionObject); 1197 return continueUnwinding(exceptionObject, context); 1215 pushCleanupException(exceptionObject, ex); 1265 if (isCXXException(exceptionObject->exception_class)) 1424 __cxa_begin_catch(exceptionObject); 1427 if (exceptionObject->exception_class == exception_class) 1460 return exceptionFromPointer(exceptionObject)->adjustedPtr; 1610 if (isCXXException(exceptionObject->exception_class)) [all …]
|
| H A D | unwind-arm.h | 195 struct _Unwind_Exception *exceptionObject,\ 200 struct _Unwind_Exception *exceptionObject,\ 204 uint64_t exceptionClass = exceptionObject->exception_class;\ 217 if (exceptionObject->barrier_cache.sp == _Unwind_GetGR(context, 13))\ 225 return continueUnwinding(exceptionObject, context);\ 229 _Unwind_SetGR (context, 12, reinterpret_cast<unsigned long>(exceptionObject));\ 231 #define CALL_PERSONALITY_FUNCTION(name) name(state,exceptionObject,context)
|
| H A D | unwind-itanium.h | 158 struct _Unwind_Exception *exceptionObject,\ 164 struct _Unwind_Exception *exceptionObject,\ 168 #define CALL_PERSONALITY_FUNCTION(name) name(version, actions, exceptionClass, exceptionObject, con…
|
| /freebsd-14.2/contrib/llvm-project/libunwind/include/ |
| H A D | unwind_itanium.h | 45 _Unwind_Exception *exceptionObject, struct _Unwind_Context *context);
|
| H A D | unwind.h | 68 _Unwind_Exception* exceptionObject,
|
| H A D | unwind_arm_ehabi.h | 72 _Unwind_State state, _Unwind_Exception *exceptionObject,
|