Home | History | Annotate | Download | only in src

Lines Matching defs:_Unwind_Resume

212         // We may get control back if landing pad calls _Unwind_Resume().
313 // We may get control back if landing pad calls _Unwind_Resume().
351 // Mark that this is a non-forced unwind, so _Unwind_Resume()
370 /// pad code may then call _Unwind_Resume() to continue with the
371 /// unwinding. Note: the call to _Unwind_Resume() is from compiler
379 _Unwind_Resume(_Unwind_Exception *exception_object) {
380 _LIBUNWIND_TRACE_API("_Unwind_Resume(ex_obj=%p)\n", (void *)exception_object);
391 // Clients assume _Unwind_Resume() does not return, so all we can do is abort.
392 _LIBUNWIND_ABORT("_Unwind_Resume() can't return");
408 // Mark that this is a forced unwind, so _Unwind_Resume() can do
496 /// such as setting where the landing pad is, so _Unwind_Resume() will