Home
last modified time | relevance | path

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

/external/libunwind_llvm/src/
DUnwind-sjlj.c147 _Unwind_Action action = _UA_CLEANUP_PHASE; in unwind_phase2()
150 _UA_CLEANUP_PHASE | in unwind_phase2()
212 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE); in unwind_phase2_forced()
268 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE | _UA_END_OF_STACK); in unwind_phase2_forced()
DUnwindLevel1.c187 _Unwind_Action action = _UA_CLEANUP_PHASE; in unwind_phase2()
190 action = (_Unwind_Action)(_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME); in unwind_phase2()
276 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE); in unwind_phase2_forced()
333 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE | _UA_END_OF_STACK); in unwind_phase2_forced()
/external/libcxxabi/src/
Dcxa_personality.cpp560 if (actions & (_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME | _UA_FORCE_UNWIND)) in scan_eh_tab()
568 else if (actions & _UA_CLEANUP_PHASE) in scan_eh_tab()
677 if ((actions & _UA_CLEANUP_PHASE) && !(actions & _UA_HANDLER_FRAME)) in scan_eh_tab()
840 if ((actions & _UA_CLEANUP_PHASE) && !(actions & _UA_HANDLER_FRAME)) in scan_eh_tab()
967 if (actions & _UA_CLEANUP_PHASE) in __gxx_personality_sj0()
1120 … scan_eh_tab(results, static_cast<_Unwind_Action>(_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME), in __gxx_personality_v0()
1134 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.h96 _UA_CLEANUP_PHASE = 2, enumerator
/external/libunwind_llvm/include/
Dunwind.h46 _UA_CLEANUP_PHASE = 2, enumerator
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp105 _UA_CLEANUP_PHASE = 2, enumerator