Home
last modified time | relevance | path

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

/external/libunwind/src/unwind/
Dunwind-internal.h130 actions |= _UA_HANDLER_FRAME; in _Unwind_Phase2()
146 if (actions & _UA_HANDLER_FRAME) in _Unwind_Phase2()
/external/libcxxabi/src/
Dcxa_personality.cpp570 if (actions & (_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME | _UA_FORCE_UNWIND)) in scan_eh_tab()
580 if ((actions & _UA_HANDLER_FRAME) && (actions & _UA_FORCE_UNWIND)) in scan_eh_tab()
687 if ((actions & _UA_CLEANUP_PHASE) && !(actions & _UA_HANDLER_FRAME)) in scan_eh_tab()
720 if ((actions & _UA_SEARCH_PHASE) || (actions & _UA_HANDLER_FRAME)) in scan_eh_tab()
825 if ((actions & _UA_SEARCH_PHASE) || (actions & _UA_HANDLER_FRAME)) in scan_eh_tab()
850 if ((actions & _UA_CLEANUP_PHASE) && !(actions & _UA_HANDLER_FRAME)) in scan_eh_tab()
981 if (actions & _UA_HANDLER_FRAME) in __gxx_personality_sj0()
1130 … scan_eh_tab(results, static_cast<_Unwind_Action>(_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME), in __gxx_personality_v0()
/external/libunwind/include/
Dunwind.h58 #define _UA_HANDLER_FRAME 4 macro
/external/clang/lib/Headers/
Dunwind.h106 _UA_HANDLER_FRAME = 4, enumerator
/external/libunwind_llvm/include/
Dunwind.h47 _UA_HANDLER_FRAME = 4, enumerator
/external/libunwind_llvm/src/
DUnwind-sjlj.c151 _UA_HANDLER_FRAME); // tell personality this was the frame it marked in unwind_phase2()
DUnwindLevel1.c190 action = (_Unwind_Action)(_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME); in unwind_phase2()
/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