Searched refs:_Unwind_VRS_Set (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/llvm/libunwind/include/
H A Dunwind_arm_ehabi.h119 _Unwind_VRS_Set(_Unwind_Context *context, _Unwind_VRS_RegClass regclass,
151 _Unwind_VRS_Set(context, _UVRSC_CORE, (uint32_t)index, _UVRSD_UINT32, &value);
/openbsd-current/gnu/gcc/gcc/config/arm/
H A Dpr-support.c125 _Unwind_VRS_Set (context, _UVRSC_CORE, R_PC, _UVRSD_UINT32,
143 _Unwind_VRS_Set (context, _UVRSC_CORE, R_SP, _UVRSD_UINT32, &reg);
172 _Unwind_VRS_Set (context, _UVRSC_CORE, R_SP, _UVRSD_UINT32, &reg);
219 _Unwind_VRS_Set (context, _UVRSC_CORE, R_SP, _UVRSD_UINT32,
H A Dunwind-arm.h175 _Unwind_VRS_Result _Unwind_VRS_Set(_Unwind_Context *, _Unwind_VRS_RegClass,
259 _Unwind_VRS_Set (context, _UVRSC_CORE, regno, _UVRSD_UINT32, &val);
H A Dunwind-arm.c207 _Unwind_VRS_Result _Unwind_VRS_Set (_Unwind_Context *context, function
/openbsd-current/gnu/llvm/libunwind/src/
H A DUnwind-EHABI.cpp274 _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, &sp);
297 _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32,
339 _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32,
441 _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_IP, _UVRSD_UINT32, &lr);
907 _Unwind_VRS_Set(_Unwind_Context *context, _Unwind_VRS_RegClass regclass, function
910 _LIBUNWIND_TRACE_API("_Unwind_VRS_Set(context=%p, regclass=%d, reg=%d, "
1081 if (_Unwind_VRS_Set(context, regclass, i,
1087 return _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_SP,
1120 if (_Unwind_VRS_Set(context, regclass, i, representation, &value) !=
1126 return _Unwind_VRS_Set(contex
[all...]
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dunwind.h210 _Unwind_VRS_Result _Unwind_VRS_Set(struct _Unwind_Context *__context,
226 _Unwind_VRS_Set(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value);

Completed in 123 milliseconds