HomeSort by relevance Sort by last modified time
    Searched defs:_Unwind_Resume (Results 1 - 3 of 3) 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 549 // _Unwind_RaiseException or _Unwind_Resume).
555 // On a resume, first unwind the _Unwind_Resume() frame. The next frame
625 // We may get control back if landing pad calls _Unwind_Resume().
637 // EHABI #7.4.1 says we need to preserve pc for when _Unwind_Resume
697 /// pad code may then call _Unwind_Resume() to continue with the
698 /// unwinding. Note: the call to _Unwind_Resume() is from compiler
706 _Unwind_Resume(_Unwind_Exception *exception_object) {
707 _LIBUNWIND_TRACE_API("_Unwind_Resume(ex_obj=%p)",
718 // Clients assume _Unwind_Resume() does not return, so all we can do is abort.
719 _LIBUNWIND_ABORT("_Unwind_Resume() can't return")
    [all...]

Completed in 413 milliseconds