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

  /external/libunwind_llvm/src/
Unwind-sjlj.c 280 _Unwind_SjLj_RaiseException(struct _Unwind_Exception *exception_object) {
281 _LIBUNWIND_TRACE_API("_Unwind_SjLj_RaiseException(ex_obj=%p)\n", exception_object);
335 return _Unwind_SjLj_RaiseException(exception_object);
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
Unwind-sjlj.c 280 _Unwind_SjLj_RaiseException(struct _Unwind_Exception *exception_object) {
281 _LIBUNWIND_TRACE_API("_Unwind_SjLj_RaiseException(ex_obj=%p)\n", exception_object);
335 return _Unwind_SjLj_RaiseException(exception_object);

Completed in 71 milliseconds