Home
last modified time | relevance | path

Searched refs:unwind_phase1 (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/libunwind/src/
DUnwind-sjlj.c109 unwind_phase1(struct _Unwind_Exception *exception_object) { in unwind_phase1() function
333 _Unwind_Reason_Code phase1 = unwind_phase1(exception_object); in _Unwind_SjLj_RaiseException()
DUnwindLevel1.c38 unwind_phase1(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) { in unwind_phase1() function
361 _Unwind_Reason_Code phase1 = unwind_phase1(&uc, &cursor, exception_object); in _Unwind_RaiseException()
DUnwind-EHABI.cpp442 unwind_phase1(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) { in unwind_phase1() function
685 _Unwind_Reason_Code phase1 = unwind_phase1(&uc, &cursor, exception_object); in _Unwind_RaiseException()