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/libunwind_llvm/include/
Dunwind.h67 typedef struct _Unwind_Control_Block _Unwind_Exception; /* Alias */ typedef
116 typedef struct _Unwind_Exception _Unwind_Exception; typedef
118 struct _Unwind_Exception { struct
121 _Unwind_Exception *exc); argument
125 // The gcc implementation of _Unwind_Exception used attribute mode on the argument
137 _Unwind_Exception* exceptionObject, argument
/external/clang/lib/Headers/
Dunwind.h114 struct _Unwind_Exception { struct
115 _Unwind_Exception_Class exception_class; argument
116 _Unwind_Exception_Cleanup_Fn exception_cleanup; argument
119 /* The Itanium ABI requires that _Unwind_Exception objects are "double-word argument
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
DExceptionDemo.cpp119 struct _Unwind_Exception { struct
121 _Unwind_Exception_Cleanup_Fn exception_cleanup; argument
123 uintptr_t private_1;
124 uintptr_t private_2;
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp116 struct _Unwind_Exception { struct
118 _Unwind_Exception_Cleanup_Fn exception_cleanup; argument
120 uintptr_t private_1;
121 uintptr_t private_2;