Searched refs:_Unwind_Resume (Results 1 - 22 of 22) sorted by last modified time

/freebsd-11-stable/contrib/libcxxrt/
H A Dunwind-itanium.h89 extern void _Unwind_Resume (struct _Unwind_Exception *);
H A Dunwind-arm.h104 void _Unwind_Resume(struct _Unwind_Exception *ucbp);
/freebsd-11-stable/share/mk/
H A Dsrc.opts.mk281 BROKEN_OPTIONS+=TESTS # "undefined reference to `_Unwind_Resume'"
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwindLevel1-gcc-ext.c58 // Call through to _Unwind_Resume() which distiguishes between forced and
60 _Unwind_Resume(exception_object);
H A DUnwind-EHABI.cpp551 // _Unwind_RaiseException or _Unwind_Resume).
557 // On a resume, first unwind the _Unwind_Resume() frame. The next frame
628 // We may get control back if landing pad calls _Unwind_Resume().
640 // EHABI #7.4.1 says we need to preserve pc for when _Unwind_Resume
700 /// pad code may then call _Unwind_Resume() to continue with the
701 /// unwinding. Note: the call to _Unwind_Resume() is from compiler
709 _Unwind_Resume(_Unwind_Exception *exception_object) { function
710 _LIBUNWIND_TRACE_API("_Unwind_Resume(ex_obj=%p)",
721 // Clients assume _Unwind_Resume() does not return, so all we can do is abort.
722 _LIBUNWIND_ABORT("_Unwind_Resume() ca
[all...]
H A DUnwind_AppleExtras.cpp92 NOT_HERE_BEFORE_10_6(_Unwind_Resume)
H A DUnwindLevel1.c218 // We may get control back if landing pad calls _Unwind_Resume().
318 // We may get control back if landing pad calls _Unwind_Resume().
357 // Mark that this is a non-forced unwind, so _Unwind_Resume()
376 /// pad code may then call _Unwind_Resume() to continue with the
377 /// unwinding. Note: the call to _Unwind_Resume() is from compiler
385 _Unwind_Resume(_Unwind_Exception *exception_object) { function
386 _LIBUNWIND_TRACE_API("_Unwind_Resume(ex_obj=%p)", (void *)exception_object);
398 // Clients assume _Unwind_Resume() does not return, so all we can do is abort.
399 _LIBUNWIND_ABORT("_Unwind_Resume() can't return");
416 // Mark that this is a forced unwind, so _Unwind_Resume() ca
[all...]
H A DUnwind-seh.cpp314 // We may get control back if landing pad calls _Unwind_Resume().
349 // Mark that this is a non-forced unwind, so _Unwind_Resume()
365 /// pad code may then call \c _Unwind_Resume() to continue with the
366 /// unwinding. Note: the call to \c _Unwind_Resume() is from compiler
374 _Unwind_Resume(_Unwind_Exception *exception_object) { function
375 _LIBUNWIND_TRACE_API("_Unwind_Resume(ex_obj=%p)", (void *)exception_object);
405 // Clients assume _Unwind_Resume() does not return, so all we can do is abort.
406 _LIBUNWIND_ABORT("_Unwind_Resume() can't return");
420 // Mark that this is a forced unwind, so _Unwind_Resume() can do
/freebsd-11-stable/contrib/llvm-project/libunwind/include/
H A Dunwind.h179 extern void _Unwind_Resume(_Unwind_Exception *exception_object);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h260 void _Unwind_Resume(_Unwind_Exception *);
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dlibunwind-arm.S131 UNWIND_WRAPPER _Unwind_Resume 1
H A Dunwind-arm.h204 void __attribute__((noreturn)) _Unwind_Resume(_Unwind_Control_Block *ucbp);
/freebsd-11-stable/include/
H A Dunwind.h90 extern void _Unwind_Resume (struct _Unwind_Exception *);
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure5380 elif grep _Unwind_Resume conftest.s >/dev/null 2>&1 ; then
[all...]
/freebsd-11-stable/contrib/libexecinfo/
H A Dunwind.h62 void _Unwind_Resume(struct _Unwind_Exception *);
/freebsd-11-stable/contrib/gcc/
H A Dunwind-compat.c179 _Unwind_Resume (struct _Unwind_Exception *exc) function
183 symver (_Unwind_Resume, GCC_3.0);
H A Dunwind-dw2.c1550 alias (_Unwind_Resume);
1542 alias (_Unwind_Resume); variable
H A Dunwind-generic.h135 extern void _Unwind_Resume (struct _Unwind_Exception *);
H A Dunwind-sjlj.c326 #define _Unwind_Resume _Unwind_SjLj_Resume
323 #define _Unwind_Resume macro
H A Dunwind.inc34 /* Subroutine of _Unwind_RaiseException also invoked from _Unwind_Resume.
39 _Unwind_Resume and we'll continue Phase 2 there. */
129 /* Indicate to _Unwind_Resume and associated subroutines that this
143 /* Subroutine of _Unwind_ForcedUnwind also invoked from _Unwind_Resume. */
223 _Unwind_Resume (struct _Unwind_Exception *exc)
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dnetware-libgcc.exp71 _Unwind_Resume,
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dunwind-ia64.c2421 alias (_Unwind_Resume);
2413 alias (_Unwind_Resume); variable

Completed in 765 milliseconds