Searched defs:exception_object (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/llvm/libunwind/src/
H A DUnwind-seh.cpp229 unwind_phase2_forced(unw_context_t *uc, _Unwind_Exception *exception_object, _Unwind_Stop_Fn stop, void *stop_parameter) argument
335 _Unwind_RaiseException(_Unwind_Exception *exception_object) argument
364 _Unwind_Resume(_Unwind_Exception *exception_object) argument
403 _Unwind_ForcedUnwind(_Unwind_Exception *exception_object, _Unwind_Stop_Fn stop, void *stop_parameter) argument
[all...]
H A DUnwindLevel1.c77 unwind_phase1(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) { argument
173 unwind_phase2(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) argument
309 unwind_phase2_forced(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object, _Unwind_Stop_Fn stop, void *stop_parameter) argument
420 _Unwind_RaiseException(_Unwind_Exception *exception_object) argument
455 _Unwind_Resume(_Unwind_Exception *exception_object) argument
478 _Unwind_ForcedUnwind(_Unwind_Exception *exception_object, _Unwind_Stop_Fn stop, void *stop_parameter) argument
537 _Unwind_DeleteException(_Unwind_Exception *exception_object) argument
[all...]
H A DUnwind-sjlj.c121 unwind_phase1(struct _Unwind_Exception *exception_object) { argument
180 unwind_phase2(struct _Unwind_Exception *exception_object) { argument
250 unwind_phase2_forced(struct _Unwind_Exception *exception_object, _Unwind_Stop_Fn stop, void *stop_parameter) argument
335 _Unwind_SjLj_RaiseException(struct _Unwind_Exception *exception_object) argument
366 _Unwind_SjLj_Resume(struct _Unwind_Exception *exception_object) argument
384 _Unwind_SjLj_Resume_or_Rethrow(struct _Unwind_Exception *exception_object) argument
484 _Unwind_DeleteException(struct _Unwind_Exception *exception_object) argument
[all...]
H A DUnwindLevel1-gcc-ext.c41 _Unwind_Resume_or_Rethrow(_Unwind_Exception *exception_object) { argument
H A DUnwind-EHABI.cpp465 unwind_phase1(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) { argument
565 unwind_phase2(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object, bool resume) argument
699 unwind_phase2_forced(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object, _Unwind_Stop_Fn stop, void *stop_parameter) argument
817 _Unwind_RaiseException(_Unwind_Exception *exception_object) argument
837 _Unwind_Complete(_Unwind_Exception* exception_object) argument
855 _Unwind_Resume(_Unwind_Exception *exception_object) argument
1150 _Unwind_ForcedUnwind(_Unwind_Exception *exception_object, _Unwind_Stop_Fn stop, void *stop_parameter) argument
1185 _Unwind_DeleteException(_Unwind_Exception *exception_object) argument
1194 __gnu_unwind_frame(_Unwind_Exception *exception_object, struct _Unwind_Context *context) argument
[all...]

Completed in 70 milliseconds