Home
last modified time | relevance | path

Searched defs:_Unwind_Control_Block (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libunwind/include/
H A Dunwind_arm_ehabi.h32 struct _Unwind_Control_Block { struct
34 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block*); argument
37 struct {
43 } unwinder_cache;
46 struct {
49 } barrier_cache;
52 struct {
54 } cleanup_cache;
57 struct {
62 } pr_cache;
[all …]
/llvm-project-15.0.7/clang/lib/Headers/
H A Dunwind.h109 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
116 struct {
122 } unwinder_cache;
124 struct {
127 } barrier_cache;
129 struct {
131 } cleanup_cache;
133 struct {
[all …]