Home
last modified time | relevance | path

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

/freebsd/contrib/libcxxrt/
H A Dunwind-arm.h165 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 Dunwind-itanium.h94 extern unsigned long _Unwind_GetGR (struct _Unwind_Context *, int);
H A Dexception.cc77 ucb->barrier_cache.sp = _Unwind_GetGR(context, 13); in saveLandingPad()
/freebsd/contrib/llvm-project/libunwind/include/
H A Dunwind_arm_ehabi.h146 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 Dunwind_itanium.h66 extern uintptr_t _Unwind_GetGR(struct _Unwind_Context *context, int index);
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h217 _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 DUnwind-sjlj.c418 _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 DUnwindLevel1.c573 _Unwind_GetGR(struct _Unwind_Context *context, int index) { in _Unwind_GetGR() function
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt138 fun:_Unwind_GetGR=uninstrumented