Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libunwind/include/
H A Dunwind_arm_ehabi.h27 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 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.cpp75 _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 Dunwind.h67 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 Dalignment.compile.pass.cpp18 static_assert(alignof(_Unwind_Control_Block) == 8,
/llvm-project-15.0.7/libcxxabi/src/
H A Dcxa_exception.cpp298 static_cast<_Unwind_Control_Block*>(unwind_exception)->barrier_cache.bitpattern[0]); in __cxa_get_exception_ptr()