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

/freebsd-11-stable/contrib/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
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwind_AppleExtras.cpp137 NOT_HERE_BEFORE_5_0(_Unwind_SjLj_Resume)
H A DUnwind-sjlj.c354 _Unwind_SjLj_Resume(struct _Unwind_Exception *exception_object) { function
355 _LIBUNWIND_TRACE_API("_Unwind_SjLj_Resume(ex_obj=%p)",
366 _LIBUNWIND_ABORT("_Unwind_SjLj_Resume() can't return");
387 _Unwind_SjLj_Resume(exception_object);
389 "_Unwind_SjLj_Resume() which unexpectedly returned");
/freebsd-11-stable/contrib/llvm-project/libunwind/include/
H A Dunwind.h175 extern void _Unwind_SjLj_Resume(_Unwind_Exception *exception_object);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h275 void _Unwind_SjLj_Resume(_Unwind_Exception *);
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure5378 if grep _Unwind_SjLj_Resume conftest.s >/dev/null 2>&1 ; then
[all...]

Completed in 176 milliseconds