Searched refs:_Unwind_Control_Block (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/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,
170 _Unwind_Control_Block* ucbp,
447 __aeabi_unwind_cpp_pr0(_Unwind_State state, _Unwind_Control_Block *ucbp,
453 __aeabi_unwind_cpp_pr1(_Unwind_State state, _Unwind_Control_Block *ucbp,
459 __aeabi_unwind_cpp_pr2(_Unwind_State state, _Unwind_Control_Block *ucbp,
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h67 struct _Unwind_Control_Block;
68 typedef struct _Unwind_Control_Block _Unwind_Control_Block; typedef in typeref:struct:_Unwind_Control_Block
69 #define _Unwind_Exception _Unwind_Control_Block /* Alias */
110 typedef struct _Unwind_Control_Block _Unwind_Control_Block; typedef in typeref:struct:_Unwind_Control_Block
113 struct _Unwind_Control_Block { struct
115 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *);
/freebsd-current/contrib/llvm-project/libunwind/include/
H A Dunwind_arm_ehabi.h28 * Nothing in libunwind cares about 'struct _Unwind_Control_Block,' so make it
33 typedef struct _Unwind_Exception _Unwind_Control_Block; /* Alias */ typedef in typeref:struct:_Unwind_Exception
38 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block*);

Completed in 187 milliseconds