Searched refs:_Unwind_VRS_Set (Results 1 - 3 of 3) sorted by relevance
/external/libunwind_llvm/src/ |
H A D | Unwind-EHABI.cpp | 262 _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, &sp); 285 _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, 327 _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, 414 _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_IP, _UVRSD_UINT32, &lr); 754 _Unwind_VRS_Set(_Unwind_Context *context, _Unwind_VRS_RegClass regclass, function 757 _LIBUNWIND_TRACE_API("_Unwind_VRS_Set(context=%p, regclass=%d, reg=%d, " 910 if (_Unwind_VRS_Set(context, regclass, i, 916 return _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_SP, 942 if (_Unwind_VRS_Set(context, regclass, i, representation, &value) != 948 return _Unwind_VRS_Set(contex [all...] |
/external/clang/lib/Headers/ |
H A D | unwind.h | 176 _Unwind_VRS_Result _Unwind_VRS_Set(struct _Unwind_Context *__context, 192 _Unwind_VRS_Set(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value);
|
/external/libunwind_llvm/include/ |
H A D | unwind.h | 201 _Unwind_VRS_Set(_Unwind_Context *context, _Unwind_VRS_RegClass regclass, 244 _Unwind_VRS_Set(context, _UVRSC_CORE, (uint32_t)index, _UVRSD_UINT32, &value);
|
Completed in 50 milliseconds