Searched refs:_Unwind_SetGR (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | unwind.h | 223 void _Unwind_SetGR(struct _Unwind_Context *__context, int __index, in _Unwind_SetGR() function 237 _Unwind_SetGR(__context, 15, __value | __thumb_mode_bit); in _Unwind_SetIP() 241 void _Unwind_SetGR(struct _Unwind_Context *, int, _Unwind_Word);
|
| /llvm-project-15.0.7/libunwind/include/ |
| H A D | unwind_arm_ehabi.h | 149 void _Unwind_SetGR(struct _Unwind_Context *context, int index, in _Unwind_SetGR() function 163 _Unwind_SetGR(context, 15, value | thumb_bit); in _Unwind_SetIP()
|
| H A D | unwind_itanium.h | 67 extern void _Unwind_SetGR(struct _Unwind_Context *context, int index,
|
| /llvm-project-15.0.7/libunwind/src/ |
| H A D | Unwind_AppleExtras.cpp | 64 NOT_HERE_BEFORE_10_6(_Unwind_SetGR) 101 NOT_HERE_BEFORE_5_0(_Unwind_SetGR)
|
| H A D | Unwind-sjlj.c | 427 _LIBUNWIND_EXPORT void _Unwind_SetGR(struct _Unwind_Context *context, int index, in _Unwind_SetGR() function
|
| H A D | UnwindLevel1.c | 537 _LIBUNWIND_EXPORT void _Unwind_SetGR(struct _Unwind_Context *context, int index, in _Unwind_SetGR() function
|
| /llvm-project-15.0.7/compiler-rt/lib/builtins/ |
| H A D | gcc_personality_v0.c | 238 _Unwind_SetGR(context, __builtin_eh_return_data_regno(0), in __gcc_personality_sj0() 240 _Unwind_SetGR(context, __builtin_eh_return_data_regno(1), 0); in __gcc_personality_sj0()
|
| /llvm-project-15.0.7/libcxxabi/src/ |
| H A D | cxa_personality.cpp | 556 _Unwind_SetGR(context, __builtin_eh_return_data_regno(0), in set_registers() 558 _Unwind_SetGR(context, __builtin_eh_return_data_regno(1), in set_registers() 1068 _Unwind_SetGR(context, REG_UCB, reinterpret_cast<uint32_t>(unwind_exception)); in __gxx_personality_v0()
|
| H A D | aix_state_tab_eh.inc | 559 _Unwind_SetGR(context, REG_EXCP_OBJ, reinterpret_cast<uintptr_t>(unwind_exception));
|
| /llvm-project-15.0.7/llvm-libgcc/lib/ |
| H A D | gcc_s.ver | 84 _Unwind_Find_FDE; _Unwind_GetGR; _Unwind_GetIP; _Unwind_SetGR; _Unwind_SetIP;
|
| /llvm-project-15.0.7/llvm/examples/ExceptionDemo/ |
| H A D | ExceptionDemo.cpp | 717 _Unwind_SetGR(context, in handleLsda() 725 _Unwind_SetGR(context, in handleLsda() 732 _Unwind_SetGR(context, in handleLsda()
|
| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 142 fun:_Unwind_SetGR=uninstrumented
|