Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_exception.cpp238 _Unwind_SjLj_RaiseException(&exception_header->unwindHeader); in __cxa_throw()
570 _Unwind_SjLj_RaiseException(&exception_header->unwindHeader); in __cxa_rethrow()
699 _Unwind_SjLj_RaiseException(&dep_exception_header->unwindHeader); in __cxa_rethrow_primary_exception()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwind-sjlj.c280 _Unwind_SjLj_RaiseException(struct _Unwind_Exception *exception_object) { in _Unwind_SjLj_RaiseException() function
335 return _Unwind_SjLj_RaiseException(exception_object); in _Unwind_SjLj_Resume_or_Rethrow()
DUnwind_AppleExtras.cpp139 NOT_HERE_BEFORE_5_0(_Unwind_SjLj_RaiseException)
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
Dunwind.h159 _Unwind_SjLj_RaiseException(_Unwind_Exception *exception_object);