Home
last modified time | relevance | path

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

/freebsd/contrib/libcxxrt/
H A Dunwind-arm.h160 #define _UA_SEARCH_PHASE 1 macro
211 actions = _UA_SEARCH_PHASE;\
H A Dunwind-itanium.h57 #define _UA_SEARCH_PHASE 1 macro
H A Dexception.cc1166 if (actions & _UA_SEARCH_PHASE)
/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwind-wasm.c59 1, _UA_SEARCH_PHASE, exception_object->exception_class, exception_object, in _Unwind_CallPersonality()
H A DUnwind-seh.cpp114 action = _UA_SEARCH_PHASE; in _GCC_specific_handler()
206 bool phase2 = (state & (_UA_SEARCH_PHASE|_UA_CLEANUP_PHASE)) == _UA_CLEANUP_PHASE; in __libunwind_seh_personality()
H A DUnwind-sjlj.c147 1, _UA_SEARCH_PHASE, exception_object->exception_class, in unwind_phase1()
H A DUnwindLevel1.c153 (*p)(1, _UA_SEARCH_PHASE, exception_object->exception_class, in unwind_phase1()
/freebsd/contrib/llvm-project/libunwind/include/
H A Dunwind.h49 _UA_SEARCH_PHASE = 1, enumerator
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dgcc_personality_v0.c213 if (actions & _UA_SEARCH_PHASE) in __gcc_personality_sj0()
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h97 _UA_SEARCH_PHASE = 1, enumerator