Home
last modified time | relevance | path

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

/freebsd/contrib/libcxxrt/
H A Dunwind-arm.h162 #define _UA_HANDLER_FRAME 4 macro
219 actions |= _UA_HANDLER_FRAME;\
H A Dunwind-itanium.h59 #define _UA_HANDLER_FRAME 4 macro
H A Dexception.cc1205 if (!(actions & _UA_HANDLER_FRAME))
/freebsd/contrib/llvm-project/libunwind/include/
H A Dunwind.h51 _UA_HANDLER_FRAME = 4, enumerator
/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwind-seh.cpp117 action = (_Unwind_Action)(_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME); in _GCC_specific_handler()
133 if (action & _UA_HANDLER_FRAME) in _GCC_specific_handler()
H A DUnwind-sjlj.c206 _UA_HANDLER_FRAME); // tell personality this was the frame it marked in unwind_phase2()
H A DUnwindLevel1.c280 action = (_Unwind_Action)(_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME); in unwind_phase2()
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h100 _UA_HANDLER_FRAME = 4, enumerator