HomeSort by relevance Sort by last modified time
    Searched refs:_Unwind_State (Results 1 - 6 of 6) sorted by null

  /external/libunwind_llvm/src/
Unwind-EHABI.h 36 _Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context);
39 _Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context);
42 _Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context);
Unwind-EHABI.cpp 68 _Unwind_State state,
161 static _Unwind_Reason_Code unwindOneFrame(_Unwind_State state,
418 __aeabi_unwind_cpp_pr0(_Unwind_State state, _Unwind_Control_Block *ucbp,
424 __aeabi_unwind_cpp_pr1(_Unwind_State state, _Unwind_Control_Block *ucbp,
430 __aeabi_unwind_cpp_pr2(_Unwind_State state, _Unwind_Control_Block *ucbp,
549 _Unwind_State state =
    [all...]
  /external/libunwind_llvm/include/
unwind.h 59 typedef uint32_t _Unwind_State;
61 static const _Unwind_State _US_VIRTUAL_UNWIND_FRAME = 0;
62 static const _Unwind_State _US_UNWIND_FRAME_STARTING = 1;
63 static const _Unwind_State _US_UNWIND_FRAME_RESUME = 2;
64 static const _Unwind_State _US_ACTION_MASK = 3;
66 static const _Unwind_State _US_FORCE_UNWIND = 8;
110 (_Unwind_State state,
115 (_Unwind_State state,
  /external/clang/lib/Headers/
unwind.h 162 typedef uint32_t _Unwind_State;
163 #define _US_VIRTUAL_UNWIND_FRAME ((_Unwind_State)0)
164 #define _US_UNWIND_FRAME_STARTING ((_Unwind_State)1)
165 #define _US_UNWIND_FRAME_RESUME ((_Unwind_State)2)
166 #define _US_ACTION_MASK ((_Unwind_State)3)
167 #define _US_FORCE_UNWIND ((_Unwind_State)8)
  /external/compiler-rt/lib/builtins/
gcc_personality_v0.c 173 _Unwind_State state, struct _Unwind_Exception *exceptionObject,
  /external/libcxxabi/src/
cxa_personality.cpp     [all...]

Completed in 51 milliseconds