22 #ifndef IA64_CXX_ABI_H 23 #define IA64_CXX_ABI_H 170 struct _Unwind_Context;
269 _Unwind_Context *context);
void(* _Unwind_Exception_Cleanup_Fn)(_Unwind_Reason_Code reason, _Unwind_Exception *exc)
_Unwind_Exception_Cleanup_Fn exception_cleanup
uintptr_t _Unwind_GetIPInfo(_Unwind_Context *context, int *ip_before_insn)
auto index(const T virt, const F from)
void _Unwind_SetIP(_Unwind_Context *context, uintptr_t value)
void _Unwind_SetGR(_Unwind_Context *context, int index, uintptr_t value)
uintptr_t _Unwind_GetGR(_Unwind_Context *context, int index)
uintptr_t _Unwind_GetIP(_Unwind_Context *context)
uintptr_t _Unwind_GetRegionStart(_Unwind_Context *context)
_Unwind_Reason_Code _Unwind_RaiseException(_Unwind_Exception *exception_object)
void _Unwind_DeleteException(_Unwind_Exception *exception_object)
_Unwind_Reason_Code(* __personality_routine)(int version, _Unwind_Action actions, uint64_t exceptionClass, _Unwind_Exception *exceptionObject, _Unwind_Context *context)
uintptr_t _Unwind_GetLanguageSpecificData(_Unwind_Context *context)
void _Unwind_Resume(_Unwind_Exception *exception_object)