Searched refs:exceptionObject (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/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 | 225 uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject,
|
| /freebsd-13.1/contrib/libcxxrt/ |
| H A D | exception.cc | 1063 assert(exceptionObject == info->currentCleanup); in pushCleanupException() 1068 info->currentCleanup = exceptionObject; in pushCleanupException() 1097 ex = exceptionFromPointer(exceptionObject); 1162 return continueUnwinding(exceptionObject, context); 1180 pushCleanupException(exceptionObject, ex); 1230 if (isCXXException(exceptionObject->exception_class)) 1389 __cxa_begin_catch(exceptionObject); 1392 if (exceptionObject->exception_class == exception_class) 1412 return exceptionFromPointer(exceptionObject)->adjustedPtr; 1556 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-13.1/contrib/llvm-project/libunwind/include/ |
| H A D | unwind.h | 115 _Unwind_Exception* exceptionObject, 119 _Unwind_State state, _Unwind_Exception *exceptionObject, 152 _Unwind_Exception* exceptionObject, 158 _Unwind_Exception *exceptionObject, struct _Unwind_Context *context);
|