Searched refs:_Unwind_State (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dunwind-ehabi-helpers.h30 // are fairly certain that we are in the LLVM case. Here, _Unwind_State is a
39 typedef uint32_t _Unwind_State; typedef
42 #define _US_UNWIND_FRAME_STARTING ((_Unwind_State)1)
46 #define _US_ACTION_MASK ((_Unwind_State)3)
H A Dgcc_personality_v0.c194 _Unwind_State state, struct _Unwind_Exception *exceptionObject,
/freebsd-current/contrib/llvm-project/libunwind/src/
H A DUnwind-EHABI.h36 _Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context);
39 _Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context);
42 _Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context);
H A DUnwind-EHABI.cpp74 _Unwind_State state,
169 static _Unwind_Reason_Code unwindOneFrame(_Unwind_State state,
447 __aeabi_unwind_cpp_pr0(_Unwind_State state, _Unwind_Control_Block *ucbp,
453 __aeabi_unwind_cpp_pr1(_Unwind_State state, _Unwind_Control_Block *ucbp,
459 __aeabi_unwind_cpp_pr2(_Unwind_State state, _Unwind_Control_Block *ucbp,
581 _Unwind_State state =
/freebsd-current/contrib/llvm-project/libunwind/include/
H A Dunwind_arm_ehabi.h16 typedef uint32_t _Unwind_State; typedef
18 static const _Unwind_State _US_VIRTUAL_UNWIND_FRAME = 0;
19 static const _Unwind_State _US_UNWIND_FRAME_STARTING = 1;
20 static const _Unwind_State _US_UNWIND_FRAME_RESUME = 2;
21 static const _Unwind_State _US_ACTION_MASK = 3;
23 static const _Unwind_State _US_FORCE_UNWIND = 8;
72 _Unwind_State state, _Unwind_Exception *exceptionObject,
/freebsd-current/contrib/libcxxrt/
H A Dunwind-arm.h45 typedef uint32_t _Unwind_State; typedef
47 static const _Unwind_State _US_VIRTUAL_UNWIND_FRAME = 0;
48 static const _Unwind_State _US_UNWIND_FRAME_STARTING = 1;
49 static const _Unwind_State _US_UNWIND_FRAME_RESUME = 2;
50 static const _Unwind_State _US_ACTION_MASK = 3;
194 _Unwind_Reason_Code name(_Unwind_State state,\
199 _Unwind_Reason_Code name(_Unwind_State state,\
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h197 typedef uint32_t _Unwind_State; typedef
198 #define _US_VIRTUAL_UNWIND_FRAME ((_Unwind_State)0)
199 #define _US_UNWIND_FRAME_STARTING ((_Unwind_State)1)
200 #define _US_UNWIND_FRAME_RESUME ((_Unwind_State)2)
201 #define _US_ACTION_MASK ((_Unwind_State)3)
202 #define _US_FORCE_UNWIND ((_Unwind_State)8)

Completed in 132 milliseconds