Searched refs:_UA_HANDLER_FRAME (Results 1 - 12 of 12) sorted by last modified time

/freebsd-11-stable/contrib/libcxxrt/
H A Dunwind-itanium.h59 #define _UA_HANDLER_FRAME 4 macro
H A Dunwind-arm.h162 #define _UA_HANDLER_FRAME 4 macro
219 actions |= _UA_HANDLER_FRAME;\
H A Dexception.cc1124 // a _UA_HANDLER_FRAME action, telling us to install the handler frame. If
1147 // called with _UA_HANDLER_FRAME action for phase 2 unwinding.
1176 if (!(actions & _UA_HANDLER_FRAME))
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwindLevel1.c196 action = (_Unwind_Action)(_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME);
H A DUnwind-sjlj.c193 _UA_HANDLER_FRAME); // tell personality this was the frame it marked
H A DUnwind-seh.cpp129 action = (_Unwind_Action)(_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME);
145 if (action & _UA_HANDLER_FRAME)
/freebsd-11-stable/contrib/llvm-project/libunwind/include/
H A Dunwind.h51 _UA_HANDLER_FRAME = 4, enumerator in enum:__anon1284
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h98 _UA_HANDLER_FRAME = 4, enumerator in enum:__anon635
/freebsd-11-stable/include/
H A Dunwind.h59 #define _UA_HANDLER_FRAME 4 macro
/freebsd-11-stable/contrib/libstdc++/libsupc++/
H A Deh_personality.cc386 actions |= _UA_HANDLER_FRAME;
419 if (actions == (_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME)
/freebsd-11-stable/contrib/gcc/
H A Dunwind-generic.h107 #define _UA_HANDLER_FRAME 4 macro
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dunwind-arm.h80 #define _UA_HANDLER_FRAME 4 macro

Completed in 97 milliseconds