Searched refs:_US_UNWIND_FRAME_STARTING (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dunwind-ehabi-helpers.h41 #if !defined(_US_UNWIND_FRAME_STARTING)
42 #define _US_UNWIND_FRAME_STARTING ((_Unwind_State)1) macro
H A Dgcc_personality_v0.c211 if ((state & _US_ACTION_MASK) != _US_UNWIND_FRAME_STARTING)
/freebsd-current/contrib/libcxxrt/
H A Dunwind-arm.h48 static const _Unwind_State _US_UNWIND_FRAME_STARTING = 1; variable
53 # define _US_UNWIND_FRAME_STARTING 1 macro
214 case _US_UNWIND_FRAME_STARTING:\
/freebsd-current/contrib/llvm-project/libunwind/include/
H A Dunwind_arm_ehabi.h19 static const _Unwind_State _US_UNWIND_FRAME_STARTING = 1; variable
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h199 #define _US_UNWIND_FRAME_STARTING ((_Unwind_State)1) macro
/freebsd-current/contrib/llvm-project/libunwind/src/
H A DUnwind-EHABI.cpp582 resume ? _US_UNWIND_FRAME_RESUME : _US_UNWIND_FRAME_STARTING;
763 (*p)(_US_FORCE_UNWIND | _US_UNWIND_FRAME_STARTING, exception_object,

Completed in 185 milliseconds