Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.c196 if ((state & _US_ACTION_MASK) != _US_UNWIND_FRAME_STARTING) in __gcc_personality_sj0()
/llvm-project-15.0.7/libunwind/include/
H A Dunwind_arm_ehabi.h19 static const _Unwind_State _US_UNWIND_FRAME_STARTING = 1; variable
/llvm-project-15.0.7/clang/lib/Headers/
H A Dunwind.h198 #define _US_UNWIND_FRAME_STARTING ((_Unwind_State)1) macro
/llvm-project-15.0.7/libunwind/src/
H A DUnwind-EHABI.cpp582 resume ? _US_UNWIND_FRAME_RESUME : _US_UNWIND_FRAME_STARTING; in unwind_phase2()
763 (*p)(_US_FORCE_UNWIND | _US_UNWIND_FRAME_STARTING, exception_object, in unwind_phase2_forced()
/llvm-project-15.0.7/libcxxabi/src/
H A Dcxa_personality.cpp1095 case _US_UNWIND_FRAME_STARTING: in __gxx_personality_v0()