Home
last modified time | relevance | path

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

12

/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;
112 struct _Unwind_Exception *);
114 struct _Unwind_Exception { struct
126 struct _Unwind_Exception *,
131 int, _Unwind_Action, _Unwind_Exception_Class, struct _Unwind_Exception *,
228 _Unwind_Reason_Code _Unwind_RaiseException(struct _Unwind_Exception *);
229 _Unwind_Reason_Code _Unwind_ForcedUnwind(struct _Unwind_Exception *,
231 void _Unwind_DeleteException(struct _Unwind_Exception *);
232 void _Unwind_Resume(struct _Unwind_Exception *);
233 _Unwind_Reason_Code _Unwind_Resume_or_Rethrow(struct _Unwind_Exception *);
[all …]
/external/libcxxabi/src/
Dcxa_exception.cpp63 cxa_exception_from_exception_unwind_exception(_Unwind_Exception* unwind_exception) in cxa_exception_from_exception_unwind_exception()
76 static void setExceptionClass(_Unwind_Exception* unwind_exception) { in setExceptionClass()
80 static void setDependentExceptionClass(_Unwind_Exception* unwind_exception) { in setDependentExceptionClass()
85 static bool isOurExceptionClass(const _Unwind_Exception* unwind_exception) { in isOurExceptionClass()
90 static bool isDependentException(_Unwind_Exception* unwind_exception) { in isDependentException()
113 exception_cleanup_func(_Unwind_Reason_Code reason, _Unwind_Exception* unwind_exception) in exception_cleanup_func()
245 static_cast<_Unwind_Exception*>(unwind_exception))->adjustedPtr; in __cxa_get_exception_ptr()
256 _Unwind_Exception* unwind_exception = static_cast<_Unwind_Exception*>(unwind_arg); in __cxa_begin_cleanup()
292 __attribute__((used)) static _Unwind_Exception *
368 _Unwind_Exception* unwind_exception = static_cast<_Unwind_Exception*>(unwind_arg); in __cxa_begin_catch()
[all …]
Dcxa_personality.cpp308 call_terminate(bool native_exception, _Unwind_Exception* unwind_exception) in call_terminate()
343 _Unwind_Exception* unwind_exception) in get_shim_type_info()
366 _Unwind_Exception* unwind_exception) in get_shim_type_info()
413 void* adjustedPtr, _Unwind_Exception* unwind_exception) in exception_spec_can_catch()
458 void* adjustedPtr, _Unwind_Exception* unwind_exception) in exception_spec_can_catch()
491 get_thrown_object_ptr(_Unwind_Exception* unwind_exception) in get_thrown_object_ptr()
521 set_registers(_Unwind_Exception* unwind_exception, _Unwind_Context* context, in set_registers()
557 _Unwind_Exception *unwind_exception, in scan_eh_tab()
945 _Unwind_Exception* unwind_exception, _Unwind_Context* context) in __gxx_personality_sj0()
1028 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.cpp37 _Unwind_Exception* unwind_exception = in demangling_terminate_handler()
38 reinterpret_cast<_Unwind_Exception*>(exception_header + 1) - 1; in demangling_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/compiler-rt/lib/builtins/
Dgcc_personality_v0.c137 _Unwind_Reason_Code __gnu_unwind_frame(struct _Unwind_Exception *,
142 continueUnwind(struct _Unwind_Exception *exceptionObject, in continueUnwind()
168 uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject, in __gcc_personality_sj0()
173 _Unwind_State state, struct _Unwind_Exception *exceptionObject, in __gcc_personality_sj0()
178 uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject, in __gcc_personality_sj0()
DREADME.txt217 uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject,
/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/swiftshader/third_party/LLVM/test/CodeGen/X86/
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/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/swiftshader/third_party/LLVM/examples/ExceptionDemo/
DExceptionDemo.cpp114 struct _Unwind_Exception;
117 struct _Unwind_Exception *);
119 struct _Unwind_Exception { struct
164 struct _Unwind_Exception unwindException;
170 typedef struct _Unwind_Exception OurUnwindException;
536 struct _Unwind_Exception *exceptionObject) { in handleActionValue()
623 struct _Unwind_Exception *exceptionObject, in handleLsda()
808 struct _Unwind_Exception *exceptionObject, in ourPersonality()
1750 sizeof(struct _Unwind_Exception)); in createStandardUtilityFunctions()

12