Searched refs:_Unwind_Control_Block (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | unwind.h | 67 struct _Unwind_Control_Block; 68 typedef struct _Unwind_Control_Block _Unwind_Control_Block; typedef 69 #define _Unwind_Exception _Unwind_Control_Block /* Alias */ 110 typedef struct _Unwind_Control_Block _Unwind_Control_Block; typedef 113 struct _Unwind_Control_Block { struct 115 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *); argument
|
/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/libunwind/include/ |
H A D | unwind_arm_ehabi.h | 33 typedef struct _Unwind_Exception _Unwind_Control_Block; /* Alias */ typedef 38 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block*);
|