Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
HDunwind-ehabi-helpers.h41 #if !defined(_US_UNWIND_FRAME_STARTING)
42 #define _US_UNWIND_FRAME_STARTING ((_Unwind_State)1) macro
HDgcc_personality_v0.c211 if ((state & _US_ACTION_MASK) != _US_UNWIND_FRAME_STARTING) in __gcc_personality_sj0()
/freebsd-13-stable/contrib/libcxxrt/
HDunwind-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-13-stable/contrib/llvm-project/libunwind/include/
HDunwind_arm_ehabi.h19 static const _Unwind_State _US_UNWIND_FRAME_STARTING = 1; variable
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
HDunwind.h199 #define _US_UNWIND_FRAME_STARTING ((_Unwind_State)1) macro
/freebsd-13-stable/contrib/llvm-project/libunwind/src/
HDUnwind-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()