Home
last modified time | relevance | path

Searched refs:_Unwind_SjLj_RaiseException (Results 1 – 5 of 5) sorted by relevance

/external/libcxxabi/src/
Dcxa_exception.cpp279 _Unwind_SjLj_RaiseException(&exception_header->unwindHeader); in __cxa_throw()
607 _Unwind_SjLj_RaiseException(&exception_header->unwindHeader); in __cxa_rethrow()
732 _Unwind_SjLj_RaiseException(&dep_exception_header->unwindHeader); in __cxa_rethrow_primary_exception()
/external/libunwind_llvm/src/
DUnwind-sjlj.c321 _Unwind_SjLj_RaiseException(struct _Unwind_Exception *exception_object) { in _Unwind_SjLj_RaiseException() function
378 return _Unwind_SjLj_RaiseException(exception_object); in _Unwind_SjLj_Resume_or_Rethrow()
DUnwind_AppleExtras.cpp138 NOT_HERE_BEFORE_5_0(_Unwind_SjLj_RaiseException)
/external/clang/lib/Headers/
Dunwind.h244 _Unwind_Reason_Code _Unwind_SjLj_RaiseException(struct _Unwind_Exception *);
/external/libunwind_llvm/include/
Dunwind.h170 _Unwind_SjLj_RaiseException(_Unwind_Exception *exception_object);