Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libunwind/include/
H A Dunwind_arm_ehabi.h23 static const _Unwind_State _US_FORCE_UNWIND = 8; variable
/llvm-project-15.0.7/libunwind/src/
H A DUnwindLevel1-gcc-ext.c150 if (handler(_US_VIRTUAL_UNWIND_FRAME | _US_FORCE_UNWIND, &ex, context) != in _Unwind_Backtrace()
H A DUnwind-EHABI.cpp763 (*p)(_US_FORCE_UNWIND | _US_UNWIND_FRAME_STARTING, exception_object, in unwind_phase2_forced()
/llvm-project-15.0.7/clang/lib/Headers/
H A Dunwind.h201 #define _US_FORCE_UNWIND ((_Unwind_State)8) macro
/llvm-project-15.0.7/libcxxabi/src/
H A Dcxa_personality.cpp1072 bool is_force_unwinding = state & _US_FORCE_UNWIND; in __gxx_personality_v0()
1073 state &= ~_US_FORCE_UNWIND; in __gxx_personality_v0()