Home
last modified time | relevance | path

Searched refs:_Unwind_Exception (Results 1 – 24 of 24) sorted by relevance

/external/libunwind_llvm/include/
Dunwind.h67 typedef struct _Unwind_Control_Block _Unwind_Exception; /* Alias */ typedef
106 _Unwind_Exception* exceptionObject,
111 _Unwind_Exception* exceptionObject,
115 struct _Unwind_Exception; // forward declaration
116 typedef struct _Unwind_Exception _Unwind_Exception; typedef
118 struct _Unwind_Exception { struct
121 _Unwind_Exception *exc); argument
137 _Unwind_Exception* exceptionObject, argument
145 _Unwind_Exception* exceptionObject,
158 _Unwind_SjLj_RaiseException(_Unwind_Exception *exception_object);
[all …]
/external/libunwind/include/
Dunwind.h62 struct _Unwind_Exception; /* forward-declaration */
65 struct _Unwind_Exception *);
69 struct _Unwind_Exception *,
77 struct _Unwind_Exception struct
85 extern _Unwind_Reason_Code _Unwind_RaiseException (struct _Unwind_Exception *); argument
86 extern _Unwind_Reason_Code _Unwind_ForcedUnwind (struct _Unwind_Exception *,
88 extern void _Unwind_Resume (struct _Unwind_Exception *);
89 extern void _Unwind_DeleteException (struct _Unwind_Exception *);
113 _Unwind_Resume_or_Rethrow (struct _Unwind_Exception *);
/external/clang/lib/Headers/
Dunwind.h79 struct _Unwind_Exception;
104 struct _Unwind_Exception *);
106 struct _Unwind_Exception { struct
118 struct _Unwind_Exception *,
123 int, _Unwind_Action, _Unwind_Exception_Class, struct _Unwind_Exception *,
211 _Unwind_Reason_Code _Unwind_RaiseException(struct _Unwind_Exception *);
212 _Unwind_Reason_Code _Unwind_ForcedUnwind(struct _Unwind_Exception *,
214 void _Unwind_DeleteException(struct _Unwind_Exception *);
215 void _Unwind_Resume(struct _Unwind_Exception *);
216 _Unwind_Reason_Code _Unwind_Resume_or_Rethrow(struct _Unwind_Exception *);
[all …]
/external/libcxxabi/src/
Dcxa_exception.cpp66 cxa_exception_from_exception_unwind_exception(_Unwind_Exception* unwind_exception) in cxa_exception_from_exception_unwind_exception()
79 static void setExceptionClass(_Unwind_Exception* unwind_exception) { in setExceptionClass()
83 static void setDependentExceptionClass(_Unwind_Exception* unwind_exception) { in setDependentExceptionClass()
88 static bool isOurExceptionClass(const _Unwind_Exception* unwind_exception) { in isOurExceptionClass()
93 static bool isDependentException(_Unwind_Exception* unwind_exception) { in isDependentException()
130 exception_cleanup_func(_Unwind_Reason_Code reason, _Unwind_Exception* unwind_exception) in exception_cleanup_func()
264 static_cast<_Unwind_Exception*>(unwind_exception))->adjustedPtr; in __cxa_get_exception_ptr()
276 _Unwind_Exception* unwind_exception = static_cast<_Unwind_Exception*>(unwind_arg); in __cxa_begin_cleanup()
312 __attribute__((used)) static _Unwind_Exception *
388 _Unwind_Exception* unwind_exception = static_cast<_Unwind_Exception*>(unwind_arg); in __cxa_begin_catch()
[all …]
Dcxa_personality.cpp307 call_terminate(bool native_exception, _Unwind_Exception* unwind_exception) in call_terminate()
342 _Unwind_Exception* unwind_exception) in get_shim_type_info()
362 _Unwind_Exception* unwind_exception) in get_shim_type_info()
409 void* adjustedPtr, _Unwind_Exception* unwind_exception) in exception_spec_can_catch()
451 void* adjustedPtr, _Unwind_Exception* unwind_exception) in exception_spec_can_catch()
484 get_thrown_object_ptr(_Unwind_Exception* unwind_exception) in get_thrown_object_ptr()
514 set_registers(_Unwind_Exception* unwind_exception, _Unwind_Context* context, in set_registers()
547 _Unwind_Exception *unwind_exception, in scan_eh_tab()
935 _Unwind_Exception* unwind_exception, _Unwind_Context* context) in __gxx_personality_sj0()
1018 extern "C" _Unwind_Reason_Code __gnu_unwind_frame(_Unwind_Exception*,
[all …]
Dcxa_handlers.cpp93 _Unwind_Exception* unwind_exception = in terminate()
94 reinterpret_cast<_Unwind_Exception*>(exception_header + 1) - 1; in terminate()
Dcxa_exception.hpp66 _Unwind_Exception unwindHeader;
101 _Unwind_Exception unwindHeader;
Dcxa_default_handlers.cpp36 _Unwind_Exception* unwind_exception = in default_terminate_handler()
37 reinterpret_cast<_Unwind_Exception*>(exception_header + 1) - 1; in default_terminate_handler()
/external/libunwind_llvm/src/
DUnwind-sjlj.c73 unwind_phase1(struct _Unwind_Exception *exception_object) { in unwind_phase1()
128 unwind_phase2(struct _Unwind_Exception *exception_object) { in unwind_phase2()
196 unwind_phase2_forced(struct _Unwind_Exception *exception_object, in unwind_phase2_forced()
280 _Unwind_SjLj_RaiseException(struct _Unwind_Exception *exception_object) { in _Unwind_SjLj_RaiseException()
310 _Unwind_SjLj_Resume(struct _Unwind_Exception *exception_object) { in _Unwind_SjLj_Resume()
327 _Unwind_SjLj_Resume_or_Rethrow(struct _Unwind_Exception *exception_object) { in _Unwind_SjLj_Resume_or_Rethrow()
424 _Unwind_DeleteException(struct _Unwind_Exception *exception_object) { in _Unwind_DeleteException()
DUnwindLevel1.c36 unwind_phase1(unw_context_t *uc, _Unwind_Exception *exception_object) { in unwind_phase1()
130 unwind_phase2(unw_context_t *uc, _Unwind_Exception *exception_object) { in unwind_phase2()
241 _Unwind_Exception *exception_object, in unwind_phase2_forced()
345 _Unwind_RaiseException(_Unwind_Exception *exception_object) { in _Unwind_RaiseException()
379 _Unwind_Resume(_Unwind_Exception *exception_object) { in _Unwind_Resume()
401 _Unwind_ForcedUnwind(_Unwind_Exception *exception_object, in _Unwind_ForcedUnwind()
456 _Unwind_DeleteException(_Unwind_Exception *exception_object) { in _Unwind_DeleteException()
DUnwind-EHABI.cpp441 unwind_phase1(unw_context_t *uc, _Unwind_Exception *exception_object) { in unwind_phase1()
557 _Unwind_Exception *exception_object, in unwind_phase2()
704 _Unwind_RaiseException(_Unwind_Exception *exception_object) { in _Unwind_RaiseException()
723 _LIBUNWIND_EXPORT void _Unwind_Complete(_Unwind_Exception* exception_object) { in _Unwind_Complete()
741 _Unwind_Resume(_Unwind_Exception *exception_object) { in _Unwind_Resume()
992 _Unwind_DeleteException(_Unwind_Exception *exception_object) { in _Unwind_DeleteException()
1001 __gnu_unwind_frame(_Unwind_Exception *exception_object, in __gnu_unwind_frame()
DUnwindLevel1-gcc-ext.c30 _Unwind_Resume_or_Rethrow(_Unwind_Exception *exception_object) { in _Unwind_Resume_or_Rethrow()
116 _Unwind_Exception ex; in _Unwind_Backtrace()
/external/llvm/test/CodeGen/X86/
Dunwindraise.ll13 …tate_reg_info, i64, i64, i8*, i32, i8*, i32 (i32, i32, i64, %struct._Unwind_Exception*, %struct._U…
17 %struct._Unwind_Exception = type { i64, void (i32, %struct._Unwind_Exception*)*, i64, i64 }
25 define hidden i32 @_Unwind_RaiseException(%struct._Unwind_Exception* %exc) uwtable {
42 …%exception_class = getelementptr inbounds %struct._Unwind_Exception, %struct._Unwind_Exception* %e…
53 …d i32 (i32, i32, i64, %struct._Unwind_Exception*, %struct._Unwind_Context*)*, i32 (i32, i32, i64, …
54 …%tobool = icmp eq i32 (i32, i32, i64, %struct._Unwind_Exception*, %struct._Unwind_Context*)* %4, n…
59 …%call6 = call i32 %4(i32 1, i32 1, i64 %5, %struct._Unwind_Exception* %exc, %struct._Unwind_Contex…
118 …%private_1 = getelementptr inbounds %struct._Unwind_Exception, %struct._Unwind_Exception* %exc, i6…
122 …%private_2 = getelementptr inbounds %struct._Unwind_Exception, %struct._Unwind_Exception* %exc, i6…
141 …d i32 (i32, i32, i64, %struct._Unwind_Exception*, %struct._Unwind_Context*)*, i32 (i32, i32, i64, …
[all …]
D2008-09-26-FrameAddrBug.ll4 …%struct._Unwind_Exception = type { i64, void (i32, %struct._Unwind_Exception*)*, i32, i32, [3 x i3…
11 define hidden void @_Unwind_Resume(%struct._Unwind_Exception* %exc) noreturn noreturn {
/external/libunwind/src/unwind/
DDeleteException.c29 _Unwind_DeleteException (struct _Unwind_Exception *exception_object) in _Unwind_DeleteException()
37 void __libunwind_Unwind_DeleteException (struct _Unwind_Exception *)
DResume.c29 _Unwind_Resume (struct _Unwind_Exception *exception_object) in _Unwind_Resume()
52 void __libunwind_Unwind_Resume (struct _Unwind_Exception *)
DResume_or_Rethrow.c29 _Unwind_Resume_or_Rethrow (struct _Unwind_Exception *exception_object) in _Unwind_Resume_or_Rethrow()
58 __libunwind_Unwind_Resume_or_Rethrow (struct _Unwind_Exception *)
DForcedUnwind.c30 _Unwind_ForcedUnwind (struct _Unwind_Exception *exception_object, in _Unwind_ForcedUnwind()
63 _Unwind_Reason_Code __libunwind_Unwind_ForcedUnwind (struct _Unwind_Exception*,
DRaiseException.c30 _Unwind_RaiseException (struct _Unwind_Exception *exception_object) in _Unwind_RaiseException()
119 __libunwind_Unwind_RaiseException (struct _Unwind_Exception *)
Dunwind-internal.h41 (int, _Unwind_Action, uint64_t, struct _Unwind_Exception *,
58 _Unwind_Phase2 (struct _Unwind_Exception *exception_object, in _Unwind_Phase2()
/external/compiler-rt/lib/builtins/
Dgcc_personality_v0.c147 uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject, in __gcc_personality_sj0()
152 uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject, in __gcc_personality_sj0()
DREADME.txt217 uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject,
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp111 struct _Unwind_Exception;
114 struct _Unwind_Exception *);
116 struct _Unwind_Exception { struct
161 struct _Unwind_Exception unwindException;
167 typedef struct _Unwind_Exception OurUnwindException;
556 struct _Unwind_Exception *exceptionObject) { in handleActionValue()
649 struct _Unwind_Exception *exceptionObject, in handleLsda()
832 struct _Unwind_Exception *exceptionObject, in ourPersonality()
1702 sizeof(struct _Unwind_Exception)); in createStandardUtilityFunctions()
/external/elfutils/tests/
DChangeLog767 (force_unwind): Just call abort. Don't setup _Unwind_Exception and