Searched refs:__context (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Headers/ |
| H A D | unwind.h | 199 _Unwind_VRS_Result _Unwind_VRS_Get(struct _Unwind_Context *__context, 205 _Unwind_VRS_Result _Unwind_VRS_Set(struct _Unwind_Context *__context, 212 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) { in _Unwind_GetGR() argument 214 _Unwind_VRS_Get(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value); in _Unwind_GetGR() 219 void _Unwind_SetGR(struct _Unwind_Context *__context, int __index, in _Unwind_SetGR() argument 221 _Unwind_VRS_Set(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value); in _Unwind_SetGR() 225 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) { in _Unwind_GetIP() argument 226 _Unwind_Word __ip = _Unwind_GetGR(__context, 15); in _Unwind_GetIP() 231 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __value) { in _Unwind_SetIP() argument 232 _Unwind_Word __thumb_mode_bit = _Unwind_GetGR(__context, 15) & 0x1; in _Unwind_SetIP() [all …]
|
| /freebsd-13.1/contrib/libcxxrt/ |
| H A D | typeinfo.h | 310 const __class_type_info *__context; member
|