HomeSort by relevance Sort by last modified time
    Searched refs:_Unwind_Exception (Results 1 - 25 of 27) sorted by null

1 2

  /external/libunwind/src/unwind/
DeleteException.c 29 _Unwind_DeleteException (struct _Unwind_Exception *exception_object)
37 void __libunwind_Unwind_DeleteException (struct _Unwind_Exception *)
Resume.c 29 _Unwind_Resume (struct _Unwind_Exception *exception_object)
52 void __libunwind_Unwind_Resume (struct _Unwind_Exception *)
Resume_or_Rethrow.c 29 _Unwind_Resume_or_Rethrow (struct _Unwind_Exception *exception_object)
58 __libunwind_Unwind_Resume_or_Rethrow (struct _Unwind_Exception *)
ForcedUnwind.c 30 _Unwind_ForcedUnwind (struct _Unwind_Exception *exception_object,
63 _Unwind_Reason_Code __libunwind_Unwind_ForcedUnwind (struct _Unwind_Exception*,
RaiseException.c 30 _Unwind_RaiseException (struct _Unwind_Exception *exception_object)
119 __libunwind_Unwind_RaiseException (struct _Unwind_Exception *)
unwind-internal.h 41 (int, _Unwind_Action, uint64_t, struct _Unwind_Exception *,
58 _Unwind_Phase2 (struct _Unwind_Exception *exception_object,
  /external/libcxxabi/src/
cxa_noexception.cpp 56 uint64_t __getExceptionClass (const _Unwind_Exception*) { return 0; }
57 void __setExceptionClass ( _Unwind_Exception*, uint64_t) {}
58 bool __isOurExceptionClass(const _Unwind_Exception*) { return false; }
cxa_exception.hpp 27 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;
cxa_handlers.cpp 85 _Unwind_Exception* unwind_exception =
86 reinterpret_cast<_Unwind_Exception*>(exception_header + 1) - 1;
cxa_exception.cpp 28 // | __cxa_exception | _Unwind_Exception CLNGC++\0 | thrown object |
35 // | __cxa_dependent_exception | _Unwind_Exception CLNGC++\1 |
65 cxa_exception_from_exception_unwind_exception(_Unwind_Exception* unwind_exception)
82 void __setExceptionClass(_Unwind_Exception* unwind_exception, uint64_t newValue) {
87 static void setOurExceptionClass(_Unwind_Exception* unwind_exception) {
91 static void setDependentExceptionClass(_Unwind_Exception* unwind_exception) {
96 uint64_t __getExceptionClass(const _Unwind_Exception* unwind_exception) {
106 bool __isOurExceptionClass(const _Unwind_Exception* unwind_exception) {
111 static bool isDependentException(_Unwind_Exception* unwind_exception) {
134 exception_cleanup_func(_Unwind_Reason_Code reason, _Unwind_Exception* unwind_exception
    [all...]
cxa_default_handlers.cpp 38 _Unwind_Exception* unwind_exception =
39 reinterpret_cast<_Unwind_Exception*>(exception_header + 1) - 1;
cxa_personality.cpp 40 | __cxa_exception | _Unwind_Exception CLNGC++\0 | thrown object |
47 | __cxa_dependent_exception | _Unwind_Exception CLNGC++\1 |
317 call_terminate(bool native_exception, _Unwind_Exception* unwind_exception)
352 _Unwind_Exception* unwind_exception)
375 _Unwind_Exception* unwind_exception)
422 void* adjustedPtr, _Unwind_Exception* unwind_exception)
467 void* adjustedPtr, _Unwind_Exception* unwind_exception)
500 get_thrown_object_ptr(_Unwind_Exception* unwind_exception)
530 set_registers(_Unwind_Exception* unwind_exception, _Unwind_Context* context,
566 _Unwind_Exception *unwind_exception
    [all...]
  /external/libunwind/include/
unwind.h 62 struct _Unwind_Exception; /* forward-declaration */
65 struct _Unwind_Exception *);
69 struct _Unwind_Exception *,
77 struct _Unwind_Exception
85 extern _Unwind_Reason_Code _Unwind_RaiseException (struct _Unwind_Exception *);
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/libunwind_llvm/test/
alignment.pass.cpp 10 // The Itanium ABI requires that _Unwind_Exception objects are "double-word
22 static_assert(alignof(_Unwind_Exception) == alignof(MaxAligned),
23 "_Unwind_Exception must be maximally aligned");
  /external/libunwind_llvm/include/
unwind.h 72 typedef struct _Unwind_Control_Block _Unwind_Exception; /* Alias */
111 _Unwind_Exception* exceptionObject,
116 _Unwind_Exception* exceptionObject,
120 struct _Unwind_Exception; // forward declaration
121 typedef struct _Unwind_Exception _Unwind_Exception;
123 struct _Unwind_Exception {
126 _Unwind_Exception *exc);
134 // The implementation of _Unwind_Exception uses an attribute mode on the
140 // The Itanium ABI requires that _Unwind_Exception objects are "double-wor
    [all...]
  /external/clang/lib/Headers/
unwind.h 79 struct _Unwind_Exception;
112 struct _Unwind_Exception *);
114 struct _Unwind_Exception {
119 /* The Itanium ABI requires that _Unwind_Exception objects are "double-word
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 *);
    [all...]
  /external/libcxxabi/test/
test_exception_address_alignment.pass.cpp 13 // The system unwind.h on OS X provides an incorrectly aligned _Unwind_Exception
37 static_assert(alignof(_Unwind_Exception) == EXPECTED_ALIGNMENT,
38 "_Unwind_Exception is incorrectly aligned. This test is expected to fail");
  /external/compiler-rt/lib/builtins/
gcc_personality_v0.c 137 _Unwind_Reason_Code __gnu_unwind_frame(struct _Unwind_Exception *,
142 continueUnwind(struct _Unwind_Exception *exceptionObject,
168 uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject,
173 _Unwind_State state, struct _Unwind_Exception *exceptionObject,
178 uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject,
  /external/libunwind_llvm/src/
Unwind-seh.cpp 54 static void seh_exc_cleanup(_Unwind_Reason_Code urc, _Unwind_Exception *exc) {
73 _Unwind_Exception *exc;
103 exc = (_Unwind_Exception *)ms_exc->ExceptionInformation[0];
110 exc = (_Unwind_Exception *)malloc(sizeof(_Unwind_Exception));
212 uint64_t klass, _Unwind_Exception *exc,
240 _Unwind_Exception *exception_object,
343 _Unwind_RaiseException(_Unwind_Exception *exception_object) {
372 _Unwind_Resume(_Unwind_Exception *exception_object) {
411 _Unwind_ForcedUnwind(_Unwind_Exception *exception_object
    [all...]
Unwind-sjlj.c 109 unwind_phase1(struct _Unwind_Exception *exception_object) {
168 unwind_phase2(struct _Unwind_Exception *exception_object) {
237 unwind_phase2_forced(struct _Unwind_Exception *exception_object,
321 _Unwind_SjLj_RaiseException(struct _Unwind_Exception *exception_object) {
352 _Unwind_SjLj_Resume(struct _Unwind_Exception *exception_object) {
370 _Unwind_SjLj_Resume_or_Rethrow(struct _Unwind_Exception *exception_object) {
470 _Unwind_DeleteException(struct _Unwind_Exception *exception_object) {
UnwindLevel1.c 37 unwind_phase1(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) {
130 unwind_phase2(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) {
240 _Unwind_Exception *exception_object,
343 _Unwind_RaiseException(_Unwind_Exception *exception_object) {
378 _Unwind_Resume(_Unwind_Exception *exception_object) {
401 _Unwind_ForcedUnwind(_Unwind_Exception *exception_object,
458 _Unwind_DeleteException(_Unwind_Exception *exception_object) {
UnwindLevel1-gcc-ext.c 33 _Unwind_Resume_or_Rethrow(_Unwind_Exception *exception_object) {
119 _Unwind_Exception ex;
Unwind-EHABI.cpp 436 unwind_phase1(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) {
534 _Unwind_Exception *exception_object,
665 _Unwind_RaiseException(_Unwind_Exception *exception_object) {
685 _LIBUNWIND_EXPORT void _Unwind_Complete(_Unwind_Exception* exception_object) {
703 _Unwind_Resume(_Unwind_Exception *exception_object) {
    [all...]
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 111 struct _Unwind_Exception;
114 struct _Unwind_Exception *);
116 struct _Unwind_Exception {
154 /// Note: The above unwind.h defines struct _Unwind_Exception to be aligned
161 struct _Unwind_Exception unwindException;
167 typedef struct _Unwind_Exception OurUnwindException;
341 /// This function is the struct _Unwind_Exception API mandated delete function
546 /// @param exceptionClass exception class (_Unwind_Exception::exception_class)
548 /// @param exceptionObject thrown _Unwind_Exception instance.
556 struct _Unwind_Exception *exceptionObject)
    [all...]
  /external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
ExceptionDemo.cpp 114 struct _Unwind_Exception;
117 struct _Unwind_Exception *);
119 struct _Unwind_Exception {
157 /// Note: The above unwind.h defines struct _Unwind_Exception to be aligned
164 struct _Unwind_Exception unwindException;
170 typedef struct _Unwind_Exception OurUnwindException;
346 /// This function is the struct _Unwind_Exception API mandated delete function
527 /// @param exceptionClass exception class (_Unwind_Exception::exception_class)
529 /// @param exceptionObject thrown _Unwind_Exception instance.
536 struct _Unwind_Exception *exceptionObject)
    [all...]

Completed in 216 milliseconds

1 2