HomeSort by relevance Sort by last modified time
    Searched defs:_Unwind_Resume (Results 1 - 5 of 5) sorted by null

  /external/libunwind/src/unwind/
Resume.c 29 _Unwind_Resume (struct _Unwind_Exception *exception_object)
53 ALIAS (_Unwind_Resume);
  /external/libunwind_llvm/src/
UnwindLevel1.c 210 // We may get control back if landing pad calls _Unwind_Resume().
310 // We may get control back if landing pad calls _Unwind_Resume().
349 // Mark that this is a non-forced unwind, so _Unwind_Resume()
368 /// pad code may then call _Unwind_Resume() to continue with the
369 /// unwinding. Note: the call to _Unwind_Resume() is from compiler
377 _Unwind_Resume(_Unwind_Exception *exception_object) {
378 _LIBUNWIND_TRACE_API("_Unwind_Resume(ex_obj=%p)", (void *)exception_object);
390 // Clients assume _Unwind_Resume() does not return, so all we can do is abort.
391 _LIBUNWIND_ABORT("_Unwind_Resume() can't return");
408 // Mark that this is a forced unwind, so _Unwind_Resume() can d
    [all...]
Unwind-EHABI.cpp 548 // _Unwind_RaiseException or _Unwind_Resume).
554 // On a resume, first unwind the _Unwind_Resume() frame. The next frame
624 // We may get control back if landing pad calls _Unwind_Resume().
636 // EHABI #7.4.1 says we need to preserve pc for when _Unwind_Resume
696 /// pad code may then call _Unwind_Resume() to continue with the
697 /// unwinding. Note: the call to _Unwind_Resume() is from compiler
705 _Unwind_Resume(_Unwind_Exception *exception_object) {
706 _LIBUNWIND_TRACE_API("_Unwind_Resume(ex_obj=%p)",
717 // Clients assume _Unwind_Resume() does not return, so all we can do is abort.
718 _LIBUNWIND_ABORT("_Unwind_Resume() can't return")
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindLevel1.c 205 // We may get control back if landing pad calls _Unwind_Resume().
306 // We may get control back if landing pad calls _Unwind_Resume().
344 // Mark that this is a non-forced unwind, so _Unwind_Resume()
363 /// pad code may then call _Unwind_Resume() to continue with the
364 /// unwinding. Note: the call to _Unwind_Resume() is from compiler
372 _Unwind_Resume(_Unwind_Exception *exception_object) {
373 _LIBUNWIND_TRACE_API("_Unwind_Resume(ex_obj=%p)\n", (void *)exception_object);
384 // Clients assume _Unwind_Resume() does not return, so all we can do is abort.
385 _LIBUNWIND_ABORT("_Unwind_Resume() can't return");
401 // Mark that this is a forced unwind, so _Unwind_Resume() can d
    [all...]
Unwind-EHABI.cpp 561 // _Unwind_RaiseException or _Unwind_Resume).
567 // On a resume, first unwind the _Unwind_Resume() frame. The next frame
650 // We may get control back if landing pad calls _Unwind_Resume().
662 // EHABI #7.4.1 says we need to preserve pc for when _Unwind_Resume
721 /// pad code may then call _Unwind_Resume() to continue with the
722 /// unwinding. Note: the call to _Unwind_Resume() is from compiler
730 _Unwind_Resume(_Unwind_Exception *exception_object) {
731 _LIBUNWIND_TRACE_API("_Unwind_Resume(ex_obj=%p)\n",
741 // Clients assume _Unwind_Resume() does not return, so all we can do is abort.
742 _LIBUNWIND_ABORT("_Unwind_Resume() can't return")
    [all...]

Completed in 94 milliseconds