Searched refs:_US_FORCE_UNWIND (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Headers/
H A Dunwind.h167 #define _US_FORCE_UNWIND ((_Unwind_State)8) macro
/external/libunwind_llvm/include/
H A Dunwind.h62 static const _Unwind_State _US_FORCE_UNWIND = 8; variable
/external/libunwind_llvm/src/
H A DUnwindLevel1-gcc-ext.c153 if (handler(_US_VIRTUAL_UNWIND_FRAME | _US_FORCE_UNWIND, &ex, context) !=
/external/libcxxabi/src/
H A Dcxa_personality.cpp1088 bool is_force_unwinding = state & _US_FORCE_UNWIND;
1089 state &= ~_US_FORCE_UNWIND;
1114 // will call this personality function with (_US_FORCE_UNWIND |

Completed in 263 milliseconds