Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/builtins/
Dunwind-ehabi-helpers.h41 #if !defined(_US_UNWIND_FRAME_STARTING)
42 #define _US_UNWIND_FRAME_STARTING ((_Unwind_State)1) macro
Dgcc_personality_v0.c182 if ((state & _US_ACTION_MASK) != _US_UNWIND_FRAME_STARTING) in __gcc_personality_sj0()
/external/compiler-rt/lib/builtins/
Dgcc_personality_v0.c187 if ((state & _US_ACTION_MASK) != _US_UNWIND_FRAME_STARTING) in __gcc_personality_sj0()
/external/clang/lib/Headers/
Dunwind.h164 #define _US_UNWIND_FRAME_STARTING ((_Unwind_State)1) macro
/external/llvm-project/clang/lib/Headers/
Dunwind.h194 #define _US_UNWIND_FRAME_STARTING ((_Unwind_State)1) macro
/external/llvm-project/libunwind/include/
Dunwind.h62 static const _Unwind_State _US_UNWIND_FRAME_STARTING = 1; variable
/external/libcxxabi/src/
Dcxa_personality.cpp1134 case _US_UNWIND_FRAME_STARTING: in __gxx_personality_v0()
/external/llvm-project/libunwind/src/
DUnwind-EHABI.cpp557 resume ? _US_UNWIND_FRAME_RESUME : _US_UNWIND_FRAME_STARTING; in unwind_phase2()
/external/llvm-project/libcxxabi/src/
Dcxa_personality.cpp1133 case _US_UNWIND_FRAME_STARTING: in __gxx_personality_v0()