Searched refs:_Unwind_SetGR (Results 1 – 11 of 11) sorted by relevance
/freebsd/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/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/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/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/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() 430 _LIBUNWIND_TRACE_API("_Unwind_SetGR(context=%p, reg=%d, value=0x%" PRIxPTR in _Unwind_SetGR() 427 _LIBUNWIND_EXPORT void _Unwind_SetGR(struct _Unwind_Context *context, int index, _Unwind_SetGR() function
|
H A D | UnwindLevel1.c | 583 _LIBUNWIND_EXPORT void _Unwind_SetGR(struct _Unwind_Context *context, int index, in _Unwind_SetGR() function
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 147 fun:_Unwind_SetGR=uninstrumented
|