Searched refs:_Unwind_State (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/libunwind/include/ |
| H A D | unwind_arm_ehabi.h | 16 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; 68 _Unwind_State state, _Unwind_Exception *exceptionObject,
|
| /llvm-project-15.0.7/compiler-rt/lib/builtins/ |
| H A D | unwind-ehabi-helpers.h | 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 D | gcc_personality_v0.c | 179 _Unwind_State state, struct _Unwind_Exception *exceptionObject, in __gcc_personality_sj0()
|
| /llvm-project-15.0.7/libunwind/src/ |
| H A D | Unwind-EHABI.h | 36 _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 D | Unwind-EHABI.cpp | 74 _Unwind_State state, in ProcessDescriptors() 169 static _Unwind_Reason_Code unwindOneFrame(_Unwind_State state, in unwindOneFrame() 447 __aeabi_unwind_cpp_pr0(_Unwind_State state, _Unwind_Control_Block *ucbp, in __aeabi_unwind_cpp_pr0() 453 __aeabi_unwind_cpp_pr1(_Unwind_State state, _Unwind_Control_Block *ucbp, in __aeabi_unwind_cpp_pr1() 459 __aeabi_unwind_cpp_pr2(_Unwind_State state, _Unwind_Control_Block *ucbp, in __aeabi_unwind_cpp_pr2() 581 _Unwind_State state = in unwind_phase2()
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | unwind.h | 196 typedef uint32_t _Unwind_State; typedef 197 #define _US_VIRTUAL_UNWIND_FRAME ((_Unwind_State)0) 198 #define _US_UNWIND_FRAME_STARTING ((_Unwind_State)1) 199 #define _US_UNWIND_FRAME_RESUME ((_Unwind_State)2) 200 #define _US_ACTION_MASK ((_Unwind_State)3) 201 #define _US_FORCE_UNWIND ((_Unwind_State)8)
|
| /llvm-project-15.0.7/libcxxabi/src/ |
| H A D | cxa_personality.cpp | 1055 __gxx_personality_v0(_Unwind_State state, in __gxx_personality_v0()
|