Home
last modified time | relevance | path

Searched refs:_UA_CLEANUP_PHASE (Results 1 – 10 of 10) sorted by relevance

/external/libunwind_llvm/src/
DUnwind-seh.cpp123 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()
130 action = _UA_CLEANUP_PHASE; in _GCC_specific_handler()
217 bool phase2 = (state & (_UA_SEARCH_PHASE|_UA_CLEANUP_PHASE)) == _UA_CLEANUP_PHASE; in __libunwind_seh_personality()
275 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE); in unwind_phase2_forced()
332 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE | _UA_END_OF_STACK); in unwind_phase2_forced()
DUnwind-sjlj.c188 _Unwind_Action action = _UA_CLEANUP_PHASE; in unwind_phase2()
191 _UA_CLEANUP_PHASE | in unwind_phase2()
253 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE); in unwind_phase2_forced()
309 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE | _UA_END_OF_STACK); in unwind_phase2_forced()
DUnwindLevel1.c186 _Unwind_Action action = _UA_CLEANUP_PHASE; in unwind_phase2()
189 action = (_Unwind_Action)(_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME); in unwind_phase2()
274 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE); in unwind_phase2_forced()
331 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE | _UA_END_OF_STACK); in unwind_phase2_forced()
/external/libcxxabi/src/
Dcxa_personality.cpp579 if (actions & (_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME | _UA_FORCE_UNWIND)) in scan_eh_tab()
587 else if (actions & _UA_CLEANUP_PHASE) in scan_eh_tab()
696 if ((actions & _UA_CLEANUP_PHASE) && !(actions & _UA_HANDLER_FRAME)) in scan_eh_tab()
859 if ((actions & _UA_CLEANUP_PHASE) && !(actions & _UA_HANDLER_FRAME)) in scan_eh_tab()
990 if (actions & _UA_CLEANUP_PHASE) in __gxx_personality_imp()
1153 … scan_eh_tab(results, static_cast<_Unwind_Action>(_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME), in __gxx_personality_v0()
1167 scan_eh_tab(results, _UA_CLEANUP_PHASE, native_exception, unwind_exception, context); in __gxx_personality_v0()
/external/libunwind/include/
Dunwind.h57 #define _UA_CLEANUP_PHASE 2 macro
/external/libunwind/src/unwind/
Dunwind-internal.h78 actions = _UA_CLEANUP_PHASE; in _Unwind_Phase2()
/external/clang/lib/Headers/
Dunwind.h104 _UA_CLEANUP_PHASE = 2, enumerator
/external/libunwind_llvm/include/
Dunwind.h50 _UA_CLEANUP_PHASE = 2, enumerator
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp105 _UA_CLEANUP_PHASE = 2, enumerator
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
DExceptionDemo.cpp108 _UA_CLEANUP_PHASE = 2, enumerator