• Home
  • Raw
  • Download

Lines Matching refs:_Unwind_Exception

65 cxa_exception_from_exception_unwind_exception(_Unwind_Exception* unwind_exception)  in cxa_exception_from_exception_unwind_exception()
82 void __setExceptionClass(_Unwind_Exception* unwind_exception, uint64_t newValue) { in __setExceptionClass()
87 static void setOurExceptionClass(_Unwind_Exception* unwind_exception) { in setOurExceptionClass()
91 static void setDependentExceptionClass(_Unwind_Exception* unwind_exception) { in setDependentExceptionClass()
96 uint64_t __getExceptionClass(const _Unwind_Exception* unwind_exception) { in __getExceptionClass()
106 bool __isOurExceptionClass(const _Unwind_Exception* unwind_exception) { in __isOurExceptionClass()
111 static bool isDependentException(_Unwind_Exception* unwind_exception) { in isDependentException()
134 exception_cleanup_func(_Unwind_Reason_Code reason, _Unwind_Exception* unwind_exception) in exception_cleanup_func()
173 std::alignment_of<_Unwind_Exception>::value < alignment), in get_cxa_exception_offset()
303 static_cast<_Unwind_Exception*>(unwind_exception))->adjustedPtr; in __cxa_get_exception_ptr()
313 _Unwind_Exception* unwind_exception = static_cast<_Unwind_Exception*>(unwind_arg); in __cxa_begin_cleanup()
349 __attribute__((used)) static _Unwind_Exception *
425 _Unwind_Exception* unwind_exception = static_cast<_Unwind_Exception*>(unwind_arg); in __cxa_begin_catch()
434 static_cast<_Unwind_Exception*>(unwind_exception) in __cxa_begin_catch()
699 dependent_exception_cleanup(_Unwind_Reason_Code reason, _Unwind_Exception* unwind_exception) in dependent_exception_cleanup()