Home
last modified time | relevance | path

Searched refs:_Unwind_Action (Results 1 – 11 of 11) sorted by relevance

/external/libunwind_llvm/src/
DUnwind-sjlj.c147 _Unwind_Action action = _UA_CLEANUP_PHASE; in unwind_phase2()
149 action = (_Unwind_Action)( in unwind_phase2()
211 _Unwind_Action action = in unwind_phase2_forced()
212 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE); in unwind_phase2_forced()
267 _Unwind_Action lastAction = in unwind_phase2_forced()
268 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE | _UA_END_OF_STACK); in unwind_phase2_forced()
DUnwindLevel1.c185 _Unwind_Action action = _UA_CLEANUP_PHASE; in unwind_phase2()
188 action = (_Unwind_Action)(_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME); in unwind_phase2()
272 _Unwind_Action action = in unwind_phase2_forced()
273 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE); in unwind_phase2_forced()
329 _Unwind_Action lastAction = in unwind_phase2_forced()
330 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE | _UA_END_OF_STACK); in unwind_phase2_forced()
/external/libunwind/include/
Dunwind.h54 typedef int _Unwind_Action; typedef
67 typedef _Unwind_Reason_Code (*_Unwind_Stop_Fn) (int, _Unwind_Action,
/external/libunwind/src/unwind/
Dunwind-internal.h41 (int, _Unwind_Action, uint64_t, struct _Unwind_Exception *,
69 _Unwind_Action actions; in _Unwind_Phase2()
/external/clang/lib/Headers/
Dunwind.h109 } _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_llvm/include/
Dunwind.h50 } _Unwind_Action; typedef
139 _Unwind_Action actions,
147 _Unwind_Action actions,
/external/compiler-rt/lib/builtins/
Dgcc_personality_v0.c167 __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()
DREADME.txt216 _Unwind_Reason_Code __gcc_personality_v0(int version, _Unwind_Action actions,
/external/libcxxabi/src/
Dcxa_personality.cpp555 static void scan_eh_tab(scan_results &results, _Unwind_Action actions, in scan_eh_tab()
944 (int version, _Unwind_Action actions, uint64_t exceptionClass, in __gxx_personality_sj0()
1130 … scan_eh_tab(results, static_cast<_Unwind_Action>(_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME), in __gxx_personality_v0()
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp109 } _Unwind_Action; typedef
647 _Unwind_Action actions, in handleLsda()
830 _Unwind_Action actions, in ourPersonality()
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
DExceptionDemo.cpp112 } _Unwind_Action; typedef
621 _Unwind_Action actions, in handleLsda()
806 _Unwind_Action actions, in ourPersonality()