Searched refs:_Unwind_Exception (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/lib/
H A Dgcc_personality_v0.c41 struct _Unwind_Exception { struct
44 struct _Unwind_Exception* exc);
186 uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject,
190 uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject,
/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp109 struct _Unwind_Exception;
112 struct _Unwind_Exception *);
114 struct _Unwind_Exception { struct
152 /// Note: The above unwind.h defines struct _Unwind_Exception to be aligned
159 struct _Unwind_Exception unwindException;
165 typedef struct _Unwind_Exception OurUnwindException;
339 /// This function is the struct _Unwind_Exception API mandated delete function
520 /// @param exceptionClass exception class (_Unwind_Exception::exception_class)
522 /// @param exceptionObject thrown _Unwind_Exception instance.
529 struct _Unwind_Exception *exceptionObjec
[all...]

Completed in 50 milliseconds