/external/libunwind_llvm/src/ |
D | Unwind-seh.cpp | 74 _Unwind_Action action; in _GCC_specific_handler() 106 action = (_Unwind_Action)ms_exc->ExceptionInformation[2]; in _GCC_specific_handler() 123 action = (_Unwind_Action)(_UA_CLEANUP_PHASE | _UA_FORCE_UNWIND); in _GCC_specific_handler() 128 action = (_Unwind_Action)(_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME); in _GCC_specific_handler() 211 __libunwind_seh_personality(int version, _Unwind_Action state, in __libunwind_seh_personality() 274 _Unwind_Action action = in unwind_phase2_forced() 275 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE); in unwind_phase2_forced() 331 _Unwind_Action lastAction = in unwind_phase2_forced() 332 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE | _UA_END_OF_STACK); in unwind_phase2_forced()
|
D | Unwind-sjlj.c | 188 _Unwind_Action action = _UA_CLEANUP_PHASE; in unwind_phase2() 190 action = (_Unwind_Action)( in unwind_phase2() 252 _Unwind_Action action = in unwind_phase2_forced() 253 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE); in unwind_phase2_forced() 308 _Unwind_Action lastAction = in unwind_phase2_forced() 309 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE | _UA_END_OF_STACK); in unwind_phase2_forced()
|
D | UnwindLevel1.c | 186 _Unwind_Action action = _UA_CLEANUP_PHASE; in unwind_phase2() 189 action = (_Unwind_Action)(_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME); in unwind_phase2() 273 _Unwind_Action action = in unwind_phase2_forced() 274 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE); in unwind_phase2_forced() 330 _Unwind_Action lastAction = in unwind_phase2_forced() 331 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE | _UA_END_OF_STACK); in unwind_phase2_forced()
|
D | UnwindCursor.hpp | 59 int, _Unwind_Action, uint64_t, _Unwind_Exception *,
|
/external/libunwind/include/ |
D | unwind.h | 54 typedef int _Unwind_Action; typedef 67 typedef _Unwind_Reason_Code (*_Unwind_Stop_Fn) (int, _Unwind_Action,
|
/external/clang/lib/Headers/ |
D | unwind.h | 109 } _Unwind_Action; typedef 124 typedef _Unwind_Reason_Code (*_Unwind_Stop_Fn)(int, _Unwind_Action, 131 int, _Unwind_Action, _Unwind_Exception_Class, struct _Unwind_Exception *,
|
/external/libunwind/src/unwind/ |
D | unwind-internal.h | 41 (int, _Unwind_Action, uint64_t, struct _Unwind_Exception *, 69 _Unwind_Action actions; in _Unwind_Phase2()
|
/external/libunwind_llvm/include/ |
D | unwind.h | 54 } _Unwind_Action; typedef 147 _Unwind_Action actions, 155 _Unwind_Action actions,
|
/external/compiler-rt/lib/builtins/ |
D | gcc_personality_v0.c | 167 __gcc_personality_sj0(int version, _Unwind_Action actions, in __gcc_personality_sj0() 177 __gcc_personality_v0(int version, _Unwind_Action actions, in __gcc_personality_sj0()
|
D | README.txt | 216 _Unwind_Reason_Code __gcc_personality_v0(int version, _Unwind_Action actions,
|
/external/libcxxabi/src/ |
D | cxa_personality.cpp | 564 static void scan_eh_tab(scan_results &results, _Unwind_Action actions, in scan_eh_tab() 957 (int version, _Unwind_Action actions, uint64_t exceptionClass, in __gxx_personality_imp() 1153 … scan_eh_tab(results, static_cast<_Unwind_Action>(_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME), in __gxx_personality_v0()
|
/external/llvm/examples/ExceptionDemo/ |
D | ExceptionDemo.cpp | 109 } _Unwind_Action; typedef 647 _Unwind_Action actions, in handleLsda() 830 _Unwind_Action actions, in ourPersonality()
|
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/ |
D | ExceptionDemo.cpp | 112 } _Unwind_Action; typedef 621 _Unwind_Action actions, in handleLsda() 806 _Unwind_Action actions, in ourPersonality()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/ExceptionDemo/ |
D | ExceptionDemo.cpp | 597 _Unwind_Action actions, in handleLsda() 779 _Unwind_Reason_Code ourPersonality(int version, _Unwind_Action actions, in ourPersonality()
|