Home
last modified time | relevance | path

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

12

/external/libunwind_llvm/include/
Dunwind.h72 typedef struct _Unwind_Control_Block _Unwind_Exception; /* Alias */ typedef
111 _Unwind_Exception* exceptionObject,
116 _Unwind_Exception* exceptionObject,
120 struct _Unwind_Exception; // forward declaration
121 typedef struct _Unwind_Exception _Unwind_Exception; typedef
123 struct _Unwind_Exception { struct
126 _Unwind_Exception *exc); argument
149 _Unwind_Exception* exceptionObject,
157 _Unwind_Exception* exceptionObject,
170 _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.cpp65 cxa_exception_from_exception_unwind_exception(_Unwind_Exception* unwind_exception) in cxa_exception_from_exception_unwind_exception()
82 void __setExceptionClass(_Unwind_Exception* unwind_exception, uint64_t newValue) { in __setExceptionClass()
87 static void setOurExceptionClass(_Unwind_Exception* unwind_exception) { in setOurExceptionClass()
91 static void setDependentExceptionClass(_Unwind_Exception* unwind_exception) { in setDependentExceptionClass()
96 uint64_t __getExceptionClass(const _Unwind_Exception* unwind_exception) { in __getExceptionClass()
106 bool __isOurExceptionClass(const _Unwind_Exception* unwind_exception) { in __isOurExceptionClass()
111 static bool isDependentException(_Unwind_Exception* unwind_exception) { in isDependentException()
134 exception_cleanup_func(_Unwind_Reason_Code reason, _Unwind_Exception* unwind_exception) in exception_cleanup_func()
173 std::alignment_of<_Unwind_Exception>::value < alignment), in get_cxa_exception_offset()
303 static_cast<_Unwind_Exception*>(unwind_exception))->adjustedPtr; in __cxa_get_exception_ptr()
[all …]
Dcxa_exception.hpp27 uint64_t __getExceptionClass (const _Unwind_Exception*);
28 void __setExceptionClass ( _Unwind_Exception*, uint64_t);
29 bool __isOurExceptionClass(const _Unwind_Exception*);
67 _Unwind_Exception unwindHeader;
101 _Unwind_Exception unwindHeader;
Dcxa_personality.cpp317 call_terminate(bool native_exception, _Unwind_Exception* unwind_exception) in call_terminate()
352 _Unwind_Exception* unwind_exception) in get_shim_type_info()
375 _Unwind_Exception* unwind_exception) in get_shim_type_info()
422 void* adjustedPtr, _Unwind_Exception* unwind_exception) in exception_spec_can_catch()
467 void* adjustedPtr, _Unwind_Exception* unwind_exception) in exception_spec_can_catch()
500 get_thrown_object_ptr(_Unwind_Exception* unwind_exception) in get_thrown_object_ptr()
530 set_registers(_Unwind_Exception* unwind_exception, _Unwind_Context* context, in set_registers()
566 _Unwind_Exception *unwind_exception, in scan_eh_tab()
958 _Unwind_Exception* unwind_exception, _Unwind_Context* context) in __gxx_personality_imp()
1052 extern "C" _Unwind_Reason_Code __gnu_unwind_frame(_Unwind_Exception*,
[all …]
Dcxa_noexception.cpp56 uint64_t __getExceptionClass (const _Unwind_Exception*) { return 0; } in __getExceptionClass() argument
57 void __setExceptionClass ( _Unwind_Exception*, uint64_t) {} in __setExceptionClass() argument
58 bool __isOurExceptionClass(const _Unwind_Exception*) { return false; } in __isOurExceptionClass() argument
Dcxa_handlers.cpp85 _Unwind_Exception* unwind_exception = in terminate()
86 reinterpret_cast<_Unwind_Exception*>(exception_header + 1) - 1; in terminate()
Dcxa_default_handlers.cpp38 _Unwind_Exception* unwind_exception = in demangling_terminate_handler()
39 reinterpret_cast<_Unwind_Exception*>(exception_header + 1) - 1; in demangling_terminate_handler()
/external/libunwind_llvm/src/
DUnwind-seh.cpp54 static void seh_exc_cleanup(_Unwind_Reason_Code urc, _Unwind_Exception *exc) { in seh_exc_cleanup()
73 _Unwind_Exception *exc; in _GCC_specific_handler()
103 exc = (_Unwind_Exception *)ms_exc->ExceptionInformation[0]; in _GCC_specific_handler()
110 exc = (_Unwind_Exception *)malloc(sizeof(_Unwind_Exception)); in _GCC_specific_handler()
212 uint64_t klass, _Unwind_Exception *exc, in __libunwind_seh_personality()
240 _Unwind_Exception *exception_object, in unwind_phase2_forced()
343 _Unwind_RaiseException(_Unwind_Exception *exception_object) { in _Unwind_RaiseException()
372 _Unwind_Resume(_Unwind_Exception *exception_object) { in _Unwind_Resume()
411 _Unwind_ForcedUnwind(_Unwind_Exception *exception_object, in _Unwind_ForcedUnwind()
DUnwind-sjlj.c109 unwind_phase1(struct _Unwind_Exception *exception_object) { in unwind_phase1()
168 unwind_phase2(struct _Unwind_Exception *exception_object) { in unwind_phase2()
237 unwind_phase2_forced(struct _Unwind_Exception *exception_object, in unwind_phase2_forced()
321 _Unwind_SjLj_RaiseException(struct _Unwind_Exception *exception_object) { in _Unwind_SjLj_RaiseException()
352 _Unwind_SjLj_Resume(struct _Unwind_Exception *exception_object) { in _Unwind_SjLj_Resume()
370 _Unwind_SjLj_Resume_or_Rethrow(struct _Unwind_Exception *exception_object) { in _Unwind_SjLj_Resume_or_Rethrow()
470 _Unwind_DeleteException(struct _Unwind_Exception *exception_object) { in _Unwind_DeleteException()
DUnwindLevel1.c37 unwind_phase1(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) { in unwind_phase1()
130 unwind_phase2(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) { in unwind_phase2()
240 _Unwind_Exception *exception_object, in unwind_phase2_forced()
343 _Unwind_RaiseException(_Unwind_Exception *exception_object) { in _Unwind_RaiseException()
378 _Unwind_Resume(_Unwind_Exception *exception_object) { in _Unwind_Resume()
401 _Unwind_ForcedUnwind(_Unwind_Exception *exception_object, in _Unwind_ForcedUnwind()
458 _Unwind_DeleteException(_Unwind_Exception *exception_object) { in _Unwind_DeleteException()
DUnwind-EHABI.cpp436 unwind_phase1(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) { in unwind_phase1()
534 _Unwind_Exception *exception_object, in unwind_phase2()
665 _Unwind_RaiseException(_Unwind_Exception *exception_object) { in _Unwind_RaiseException()
685 _LIBUNWIND_EXPORT void _Unwind_Complete(_Unwind_Exception* exception_object) { in _Unwind_Complete()
703 _Unwind_Resume(_Unwind_Exception *exception_object) { in _Unwind_Resume()
971 _Unwind_DeleteException(_Unwind_Exception *exception_object) { in _Unwind_DeleteException()
980 __gnu_unwind_frame(_Unwind_Exception *exception_object, in __gnu_unwind_frame()
/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-7.0/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/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()
/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()

12