Searched refs:phase1 (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/libunwind/src/
H A DUnwind-sjlj.c218 _LIBUNWIND_ABORT("during phase1 personality function said it would "
345 _Unwind_Reason_Code phase1 = unwind_phase1(exception_object); local
346 if (phase1 != _URC_NO_REASON)
347 return phase1;
H A DUnwindLevel1.c271 _LIBUNWIND_ABORT("during phase1 personality function said it would "
433 _Unwind_Reason_Code phase1 = unwind_phase1(&uc, &cursor, exception_object); local
434 if (phase1 != _URC_NO_REASON)
435 return phase1;
H A DUnwind-EHABI.cpp86 // perform phase1 or phase2 unwinding.
137 // TODO(ajwong): This is only phase1 compatible logic. Implement
648 _LIBUNWIND_ABORT("during phase1 personality function said it would "
829 _Unwind_Reason_Code phase1 = unwind_phase1(&uc, &cursor, exception_object); local
830 if (phase1 != _URC_NO_REASON)
831 return phase1;

Completed in 81 milliseconds