Home
last modified time | relevance | path

Searched refs:unwindHeader (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/libcxxabi/src/
H A Dcxa_exception.cpp151 (void) __cxa_begin_catch(&exception_header->unwindHeader); in failed_throw()
265 setOurExceptionClass(&exception_header->unwindHeader); in __cxa_throw()
277 _Unwind_SjLj_RaiseException(&exception_header->unwindHeader); in __cxa_throw()
279 _Unwind_RaiseException(&exception_header->unwindHeader); in __cxa_throw()
362 if (__isOurExceptionClass(&exception_header->unwindHeader)) in __cxa_end_cleanup_impl()
375 return &exception_header->unwindHeader; in __cxa_end_cleanup_impl()
587 if (!__isOurExceptionClass(&exception_header->unwindHeader)) in __cxa_current_exception_type()
628 _Unwind_RaiseException(&exception_header->unwindHeader); in __cxa_rethrow()
635 __cxa_begin_catch(&exception_header->unwindHeader); in __cxa_rethrow()
698 if (!__isOurExceptionClass(&exception_header->unwindHeader)) in __cxa_current_primary_exception()
[all …]
H A Dcxa_exception.h71 _Unwind_Exception unwindHeader; member
106 _Unwind_Exception unwindHeader; member
111 offsetof(__cxa_exception, unwindHeader) ==
115 offsetof(__cxa_dependent_exception, unwindHeader) ==
H A Dcxa_personality.cpp1240 bool native_new_exception = __isOurExceptionClass(&new_exception_header->unwindHeader); in __cxa_call_unexpected()
1247 … __getExceptionClass(&new_exception_header->unwindHeader) == kOurDependentExceptionClass ? in __cxa_call_unexpected()
1267 __cxa_begin_catch(&new_exception_header->unwindHeader); in __cxa_call_unexpected()
H A Daix_state_tab_eh.inc597 reinterpret_cast<void*>(&exceptionHeader->unwindHeader));
598 exceptionObject = &exceptionHeader->unwindHeader;