Searched refs:_Unwind_GetGR (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/libcxxrt/ |
H A D | unwind-arm.h | 165 static inline unsigned long _Unwind_GetGR(struct _Unwind_Context *context, int reg) in _Unwind_GetGR() function 178 return _Unwind_GetGR(context, 15) & ~1; in _Unwind_GetIP() 185 unsigned long thumbState = _Unwind_GetGR(context, 15) & 1; in _Unwind_SetIP() 217 if (exceptionObject->barrier_cache.sp == _Unwind_GetGR(context, 13))\
|
H A D | unwind-itanium.h | 94 extern unsigned long _Unwind_GetGR (struct _Unwind_Context *, int);
|
H A D | exception.cc | 77 ucb->barrier_cache.sp = _Unwind_GetGR(context, 13); in saveLandingPad()
|
/freebsd/contrib/llvm-project/libunwind/include/ |
H A D | unwind_arm_ehabi.h | 146 uintptr_t _Unwind_GetGR(struct _Unwind_Context *context, int index) { in _Unwind_GetGR() function 161 return _Unwind_GetGR(context, 15) & (~(uintptr_t)0x1); in _Unwind_GetIP() 166 uintptr_t thumb_bit = _Unwind_GetGR(context, 15) & ((uintptr_t)0x1); in _Unwind_SetIP()
|
H A D | unwind_itanium.h | 66 extern uintptr_t _Unwind_GetGR(struct _Unwind_Context *context, int index);
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | unwind.h | 217 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) { in _Unwind_GetGR() function 231 _Unwind_Word __ip = _Unwind_GetGR(__context, 15); in _Unwind_GetIP() 237 _Unwind_Word __thumb_mode_bit = _Unwind_GetGR(__context, 15) & 0x1; in _Unwind_SetIP() 241 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *, int);
|
/freebsd/contrib/llvm-project/libunwind/src/ |
H A D | Unwind-sjlj.c | 418 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetGR(struct _Unwind_Context *context, in _Unwind_GetGR() 420 _LIBUNWIND_TRACE_API("_Unwind_GetGR(context=%p, reg=%d)", (void *)context, in _Unwind_GetGR() 417 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetGR(struct _Unwind_Context *context, _Unwind_GetGR() function
|
H A D | UnwindLevel1.c | 573 _Unwind_GetGR(struct _Unwind_Context *context, int index) { in _Unwind_GetGR() function
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 138 fun:_Unwind_GetGR=uninstrumented
|