Searched refs:_Unwind_SetGR (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14.2/contrib/libcxxrt/ |
| H A D | unwind-arm.h | 171 static inline void _Unwind_SetGR(struct _Unwind_Context *context, int reg, unsigned long val) in _Unwind_SetGR() function 186 _Unwind_SetGR(context, 15, (val | thumbState)); in _Unwind_SetIP() 229 _Unwind_SetGR (context, 12, reinterpret_cast<unsigned long>(exceptionObject));\
|
| H A D | unwind-itanium.h | 95 extern void _Unwind_SetGR (struct _Unwind_Context *, int, unsigned long);
|
| H A D | exception.cc | 1239 _Unwind_SetGR(context, __builtin_eh_return_data_regno(0), 1241 _Unwind_SetGR(context, __builtin_eh_return_data_regno(1), selector);
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Headers/ |
| H A D | unwind.h | 224 void _Unwind_SetGR(struct _Unwind_Context *__context, int __index, in _Unwind_SetGR() function 238 _Unwind_SetGR(__context, 15, __value | __thumb_mode_bit); in _Unwind_SetIP() 242 void _Unwind_SetGR(struct _Unwind_Context *, int, _Unwind_Word);
|
| /freebsd-14.2/contrib/llvm-project/libunwind/include/ |
| H A D | unwind_arm_ehabi.h | 153 void _Unwind_SetGR(struct _Unwind_Context *context, int index, in _Unwind_SetGR() function 167 _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,
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/builtins/ |
| H A D | gcc_personality_v0.c | 253 _Unwind_SetGR(context, __builtin_eh_return_data_regno(0), in __gcc_personality_sj0() 255 _Unwind_SetGR(context, __builtin_eh_return_data_regno(1), 0); in __gcc_personality_sj0()
|
| /freebsd-14.2/contrib/llvm-project/libunwind/src/ |
| H A D | Unwind-wasm.c | 83 _LIBUNWIND_EXPORT void _Unwind_SetGR(struct _Unwind_Context *context, int index, in _Unwind_SetGR() function
|
| H A D | Unwind-sjlj.c | 428 _LIBUNWIND_EXPORT void _Unwind_SetGR(struct _Unwind_Context *context, int index, in _Unwind_SetGR() function
|
| H A D | UnwindLevel1.c | 557 _LIBUNWIND_EXPORT void _Unwind_SetGR(struct _Unwind_Context *context, int index, in _Unwind_SetGR() function
|
| /freebsd-14.2/lib/libgcc_s/ |
| H A D | Symbol.map | 83 _Unwind_SetGR;
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 147 fun:_Unwind_SetGR=uninstrumented
|