HomeSort by relevance Sort by last modified time
    Searched defs:_Unwind_RaiseException (Results 1 - 3 of 3) sorted by null

  /external/libunwind/src/unwind/
RaiseException.c 30 _Unwind_RaiseException (struct _Unwind_Exception *exception_object)
120 ALIAS (_Unwind_RaiseException);
  /external/libunwind_llvm/src/
UnwindLevel1.c 43 // _Unwind_RaiseException).
139 // _Unwind_RaiseException).
342 _Unwind_RaiseException(_Unwind_Exception *exception_object) {
343 _LIBUNWIND_TRACE_API("_Unwind_RaiseException(ex_obj=%p)",
365 /// When _Unwind_RaiseException() is in phase2, it hands control
Unwind-EHABI.cpp 549 // _Unwind_RaiseException or _Unwind_Resume).
668 _Unwind_RaiseException(_Unwind_Exception *exception_object) {
669 _LIBUNWIND_TRACE_API("_Unwind_RaiseException(ex_obj=%p)",
694 /// When _Unwind_RaiseException() is in phase2, it hands control
713 // _Unwind_RaiseException on EHABI will always set the reserved1 field to 0,
    [all...]

Completed in 80 milliseconds