Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h107 typedef struct _Unwind_Control_Block _Unwind_Control_Block; typedef
110 struct _Unwind_Control_Block { struct
112 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *); argument
114 struct {
120 } unwinder_cache;
122 struct {
125 } barrier_cache;
127 struct {
129 } cleanup_cache;
131 struct {
[all …]
/freebsd-13.1/contrib/llvm-project/libunwind/include/
H A Dunwind.h76 typedef struct _Unwind_Exception _Unwind_Control_Block; /* Alias */ typedef