Searched refs:_Unwind_Control_Block (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/libunwind/include/ |
| H A D | unwind_arm_ehabi.h | 27 struct _Unwind_Control_Block; 28 typedef struct _Unwind_Control_Block _Unwind_Control_Block; typedef 29 #define _Unwind_Exception _Unwind_Control_Block /* Alias */ 32 struct _Unwind_Control_Block { struct 34 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block*); argument
|
| /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 | 75 _Unwind_Control_Block* ucbp, in ProcessDescriptors() 170 _Unwind_Control_Block* ucbp, 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()
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | unwind.h | 67 struct _Unwind_Control_Block; 68 typedef struct _Unwind_Control_Block _Unwind_Exception; /* Alias */ 109 typedef struct _Unwind_Control_Block _Unwind_Control_Block; typedef 112 struct _Unwind_Control_Block { struct 114 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *); argument
|
| /llvm-project-15.0.7/libunwind/test/ |
| H A D | alignment.compile.pass.cpp | 18 static_assert(alignof(_Unwind_Control_Block) == 8,
|
| /llvm-project-15.0.7/libcxxabi/src/ |
| H A D | cxa_exception.cpp | 298 static_cast<_Unwind_Control_Block*>(unwind_exception)->barrier_cache.bitpattern[0]); in __cxa_get_exception_ptr()
|