Searched refs:exceptionObject (Results 1 – 8 of 8) sorted by relevance
/freebsd/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/contrib/libcxxrt/ |
H A D | exception.cc | 1088 static void pushCleanupException(_Unwind_Exception *exceptionObject, in pushCleanupException() argument 1098 assert(exceptionObject == info->currentCleanup); in pushCleanupException() 1103 info->currentCleanup = exceptionObject; in pushCleanupException() 1132 ex = exceptionFromPointer(exceptionObject); 1145 if (0 == lsda_addr) { return continueUnwinding(exceptionObject, context); } 1190 saveLandingPad(context, exceptionObject, ex, selector, action.landing_pad); 1197 return continueUnwinding(exceptionObject, context); 1210 if (0 == action.landing_pad) { return continueUnwinding(exceptionObject, context); } 1214 if (found_handler != handler_cleanup) { return continueUnwinding(exceptionObject, context); } 1215 pushCleanupException(exceptionObject, ex); [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/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,
|