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.cc1092 assert(exceptionObject == info->currentCleanup); in pushCleanupException()
1097 info->currentCleanup = exceptionObject; in pushCleanupException()
1126 ex = exceptionFromPointer(exceptionObject);
1191 return continueUnwinding(exceptionObject, context);
1209 pushCleanupException(exceptionObject, ex);
1259 if (isCXXException(exceptionObject->exception_class))
1418 __cxa_begin_catch(exceptionObject);
1421 if (exceptionObject->exception_class == exception_class)
1441 return exceptionFromPointer(exceptionObject)->adjustedPtr;
1585 if (isCXXException(exceptionObject->exception_class))
[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,