Searched refs:unwind_phase2 (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/libunwind/src/ |
H A D | Unwind-sjlj.c | 181 unwind_phase2(struct _Unwind_Exception *exception_object) { in unwind_phase2() 182 _LIBUNWIND_TRACE_UNWINDING("unwind_phase2(ex_ojb=%p)", in unwind_phase2() 194 "unwind_phase2(ex_ojb=%p): __unw_step() reached " in unwind_phase2() 215 "unwind_phase2(ex_ojb=%p): _URC_CONTINUE_UNWIND", in unwind_phase2() 224 _LIBUNWIND_TRACE_UNWINDING("unwind_phase2(ex_ojb=%p): " in unwind_phase2() 260 "unwind_phase2(ex_ojb=%p): __unw_step() reached " in unwind_phase2_forced() 351 return unwind_phase2(exception_object); in _Unwind_SjLj_RaiseException() 376 unwind_phase2(exception_object); in _Unwind_SjLj_Resume() 180 unwind_phase2(struct _Unwind_Exception *exception_object) { unwind_phase2() function
|
H A D | UnwindLevel1.c | 191 unwind_phase2(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) { in unwind_phase2() function 464 return unwind_phase2(&uc, &cursor, exception_object); in _Unwind_RaiseException() 492 unwind_phase2(&uc, &cursor, exception_object); in _Unwind_Resume()
|
H A D | Unwind-EHABI.cpp | 565 static _Unwind_Reason_Code unwind_phase2(unw_context_t *uc, unw_cursor_t *cursor, in unwind_phase2() function 834 return unwind_phase2(&uc, &cursor, exception_object, false); in _Unwind_RaiseException() 868 unwind_phase2(&uc, &cursor, exception_object, true); in _Unwind_Resume()
|