Searched refs:unwindHeader (Results 1 – 3 of 3) sorted by relevance
136 (void) __cxa_begin_catch(&exception_header->unwindHeader); in failed_throw()251 setExceptionClass(&exception_header->unwindHeader); in __cxa_throw()255 exception_header->unwindHeader.exception_cleanup = exception_cleanup_func; in __cxa_throw()263 _Unwind_SjLj_RaiseException(&exception_header->unwindHeader); in __cxa_throw()265 _Unwind_RaiseException(&exception_header->unwindHeader); in __cxa_throw()345 if (isOurExceptionClass(&exception_header->unwindHeader)) in __cxa_end_cleanup_impl()358 return &exception_header->unwindHeader; in __cxa_end_cleanup_impl()434 return reinterpret_cast<void*>(exception_header->unwindHeader.barrier_cache.bitpattern[0]); in __cxa_begin_catch()487 bool native_exception = isOurExceptionClass(&exception_header->unwindHeader); in __cxa_end_catch()513 if (isDependentException(&exception_header->unwindHeader)) in __cxa_end_catch()[all …]
63 _Unwind_Exception unwindHeader; member97 _Unwind_Exception unwindHeader; member
1246 (new_exception_header->unwindHeader.exception_class & get_vendor_and_language) == in __cxa_call_unexpected()1254 … new_exception_header->unwindHeader.exception_class == kOurDependentExceptionClass ? in __cxa_call_unexpected()1273 __cxa_begin_catch(&new_exception_header->unwindHeader); in __cxa_call_unexpected()