Searched refs:__cxa_exception (Results 1 – 10 of 10) sorted by relevance
/llvm-project/libcxxabi/src/ |
H A D | cxa_exception.h | 30 struct _LIBCXXABI_HIDDEN __cxa_exception { struct 55 __cxa_exception *nextException; argument 60 __cxa_exception* nextPropagatingException; argument 93 __cxa_exception *nextException; 98 __cxa_exception* nextPropagatingException; 116 offsetof(__cxa_exception, unwindHeader) == 117 sizeof(__cxa_exception), 125 static_assert(offsetof(__cxa_exception, propagationCount) + 127 sizeof(__cxa_exception), 134 static_assert(offsetof(__cxa_exception, adjustedPtr) + [all …]
|
H A D | cxa_exception.cpp | 42 __cxa_exception* 45 return static_cast<__cxa_exception*>(thrown_object) - 1; in cxa_exception_from_thrown_object() 53 thrown_object_from_cxa_exception(__cxa_exception* exception_header) in thrown_object_from_cxa_exception() 63 __cxa_exception* 77 return aligned_allocation_size(size + sizeof (__cxa_exception), in cxa_exception_size_from_exception_thrown_size() 78 alignof(__cxa_exception)); in cxa_exception_size_from_exception_thrown_size() 115 static inline int incrementHandlerCount(__cxa_exception *exception) { in incrementHandlerCount() 120 static inline int decrementHandlerCount(__cxa_exception *exception) { in decrementHandlerCount() 135 …__cxa_exception* exception_header = cxa_exception_from_exception_unwind_exception(unwind_exception… in exception_cleanup_func() 143 static _LIBCXXABI_NORETURN void failed_throw(__cxa_exception* exception_header) { in failed_throw() [all …]
|
H A D | cxa_personality.cpp | 48 | __cxa_exception | _Unwind_Exception CLNGC++\0 | thrown object | 336 __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1; in call_terminate() 758 __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1; in scan_eh_tab() 789 __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1; in scan_eh_tab() 933 __cxa_exception* exception_header = in __gxx_personality_wasm0() 934 (__cxa_exception*)(unwind_exception + 1) - 1; in __gxx_personality_wasm0() 969 __cxa_exception* ex in __gxx_personality_wasm0() [all...] |
H A D | cxa_handlers.cpp | 82 __cxa_exception* exception_header = globals->caughtExceptions; in terminate()
|
H A D | cxa_default_handlers.cpp | 36 __cxa_exception* exception_header = globals->caughtExceptions;
|
H A D | aix_state_tab_eh.inc | 592 __cxa_exception* exceptionHeader = 0; 599 …exceptionHeader = reinterpret_cast<__cxa_exception*>(dependentExceptionHeader->primaryException) -… 606 exceptionHeader = reinterpret_cast<__cxa_exception*>(exceptionObject + 1) - 1;
|
/llvm-project/libcxx/include/__exception/ |
H A D | exception_ptr.h | 35 struct __cxa_exception; 36 _LIBCPP_OVERRIDABLE_FUNC_VIS __cxa_exception* __cxa_init_primary_exception(
|
/llvm-project/libcxxabi/include/ |
H A D | cxxabi.h | 40 struct __cxa_exception; 50 extern _LIBCXXABI_FUNC_VIS __cxa_exception*
|
/llvm-project/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/application_specific_info/ |
H A D | leb.txt | 42 …,{"imageOffset":80940,"symbol":"__cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception*)","symbolLoc…
|
H A D | asi.txt | 41 …,{"imageOffset":80940,"symbol":"__cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception*)","symbolLoc…
|