Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dcxa_personality.cpp579 if (actions & (_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME | _UA_FORCE_UNWIND)) in scan_eh_tab()
589 if ((actions & _UA_HANDLER_FRAME) && (actions & _UA_FORCE_UNWIND)) in scan_eh_tab()
696 if ((actions & _UA_CLEANUP_PHASE) && !(actions & _UA_HANDLER_FRAME)) in scan_eh_tab()
729 if ((actions & _UA_SEARCH_PHASE) || (actions & _UA_HANDLER_FRAME)) in scan_eh_tab()
834 if ((actions & _UA_SEARCH_PHASE) || (actions & _UA_HANDLER_FRAME)) in scan_eh_tab()
859 if ((actions & _UA_CLEANUP_PHASE) && !(actions & _UA_HANDLER_FRAME)) in scan_eh_tab()
994 if (actions & _UA_HANDLER_FRAME) in __gxx_personality_imp()
1153 … scan_eh_tab(results, static_cast<_Unwind_Action>(_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME), in __gxx_personality_v0()
/external/libunwind/src/unwind/
Dunwind-internal.h130 actions |= _UA_HANDLER_FRAME; in _Unwind_Phase2()
146 if (actions & _UA_HANDLER_FRAME) in _Unwind_Phase2()
/external/libunwind/include/
Dunwind.h58 #define _UA_HANDLER_FRAME 4 macro
/external/libunwind_llvm/src/
DUnwind-seh.cpp128 action = (_Unwind_Action)(_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME); in _GCC_specific_handler()
144 if (action & _UA_HANDLER_FRAME) in _GCC_specific_handler()
DUnwind-sjlj.c192 _UA_HANDLER_FRAME); // tell personality this was the frame it marked in unwind_phase2()
DUnwindLevel1.c189 action = (_Unwind_Action)(_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME); in unwind_phase2()
/external/clang/lib/Headers/
Dunwind.h106 _UA_HANDLER_FRAME = 4, enumerator
/external/libunwind_llvm/include/
Dunwind.h51 _UA_HANDLER_FRAME = 4, enumerator
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp106 _UA_HANDLER_FRAME = 4, enumerator
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
DExceptionDemo.cpp109 _UA_HANDLER_FRAME = 4, enumerator