Home
last modified time | relevance | path

Searched defs:_Unwind_Exception (Results 1 – 5 of 5) sorted by relevance

/external/libunwind/include/
Dunwind.h77 struct _Unwind_Exception struct
80 _Unwind_Exception_Cleanup_Fn exception_cleanup; argument
85 extern _Unwind_Reason_Code _Unwind_RaiseException (struct _Unwind_Exception *); argument
/external/compiler-rt/lib/builtins/
Dgcc_personality_v0.c41 struct _Unwind_Exception { struct
44 struct _Unwind_Exception* exc); argument
45 uintptr_t private_1;
46 uintptr_t private_2;
/external/libcxxabi/include/
Dunwind.h71 typedef struct _Unwind_Control_Block _Unwind_Exception; /* Alias */ typedef
120 typedef struct _Unwind_Exception _Unwind_Exception; typedef
122 struct _Unwind_Exception { struct
125 _Unwind_Exception *exc); argument
129 // The gcc implementation of _Unwind_Exception used attribute mode on the argument
141 _Unwind_Exception* exceptionObject, argument
/external/clang/lib/Headers/
Dunwind.h106 struct _Unwind_Exception { struct
107 _Unwind_Exception_Class exception_class; argument
108 _Unwind_Exception_Cleanup_Fn exception_cleanup; argument
111 /* The Itanium ABI requires that _Unwind_Exception objects are "double-word argument
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp114 struct _Unwind_Exception { struct
116 _Unwind_Exception_Cleanup_Fn exception_cleanup; argument
118 uintptr_t private_1;
119 uintptr_t private_2;