Searched refs:_Unwind_SjLj_Resume (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/gnu/llvm/libunwind/include/
H A Dunwind_itanium.h57 extern void _Unwind_SjLj_Resume(_Unwind_Exception *exception_object);
H A Dunwind_arm_ehabi.h81 extern void _Unwind_SjLj_Resume(_Unwind_Exception *exception_object);
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dunwind.h190 extern void _Unwind_SjLj_Resume (struct _Unwind_Exception *);
H A Dunwind-sjlj.c294 #define _Unwind_Resume _Unwind_SjLj_Resume
/openbsd-current/gnu/gcc/gcc/
H A Dunwind-generic.h198 extern void _Unwind_SjLj_Resume (struct _Unwind_Exception *);
H A Dunwind-sjlj.c326 #define _Unwind_Resume _Unwind_SjLj_Resume
/openbsd-current/gnu/llvm/libunwind/src/
H A DUnwind_AppleExtras.cpp108 NOT_HERE_BEFORE_5_0(_Unwind_SjLj_Resume)
H A DUnwind-sjlj.c366 _Unwind_SjLj_Resume(struct _Unwind_Exception *exception_object) { function
367 _LIBUNWIND_TRACE_API("_Unwind_SjLj_Resume(ex_obj=%p)",
378 _LIBUNWIND_ABORT("_Unwind_SjLj_Resume() can't return");
399 _Unwind_SjLj_Resume(exception_object);
401 "_Unwind_SjLj_Resume() which unexpectedly returned");
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dunwind.h280 void _Unwind_SjLj_Resume(_Unwind_Exception *);

Completed in 84 milliseconds