Home
last modified time | relevance | path

Searched refs:exceptionObject (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dgcc_personality_v0.c168 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 DREADME.txt228 uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject,
/freebsd/contrib/libcxxrt/
H A Dexception.cc1088 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 Dunwind-arm.h195 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 Dunwind-itanium.h158 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 Dunwind_itanium.h45 _Unwind_Exception *exceptionObject, struct _Unwind_Context *context);
H A Dunwind.h68 _Unwind_Exception* exceptionObject,
H A Dunwind_arm_ehabi.h72 _Unwind_State state, _Unwind_Exception *exceptionObject,