Searched refs:unwindHeader (Results 1 – 3 of 3) sorted by relevance
148 (void) __cxa_begin_catch(&exception_header->unwindHeader); in failed_throw()232 setExceptionClass(&exception_header->unwindHeader); in __cxa_throw()236 exception_header->unwindHeader.exception_cleanup = exception_cleanup_func; in __cxa_throw()238 _Unwind_SjLj_RaiseException(&exception_header->unwindHeader); in __cxa_throw()240 _Unwind_RaiseException(&exception_header->unwindHeader); in __cxa_throw()324 if (isOurExceptionClass(&exception_header->unwindHeader)) in __cxa_end_cleanup_impl()337 return &exception_header->unwindHeader; in __cxa_end_cleanup_impl()413 return reinterpret_cast<void*>(exception_header->unwindHeader.barrier_cache.bitpattern[0]); in __cxa_begin_catch()466 bool native_exception = isOurExceptionClass(&exception_header->unwindHeader); in __cxa_end_catch()492 if (isDependentException(&exception_header->unwindHeader)) in __cxa_end_catch()[all …]
66 _Unwind_Exception unwindHeader; member101 _Unwind_Exception unwindHeader; member
1237 (new_exception_header->unwindHeader.exception_class & get_vendor_and_language) == in __cxa_call_unexpected()1245 … new_exception_header->unwindHeader.exception_class == kOurDependentExceptionClass ? in __cxa_call_unexpected()1264 __cxa_begin_catch(&new_exception_header->unwindHeader); in __cxa_call_unexpected()