Searched defs:_UVRSC_CORE (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Headers/
H A Dunwind.h133 _UVRSC_CORE = 0, /* integer register */ enumerator in enum:__anon17936
168 _Unwind_VRS_Get(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value);
175 _Unwind_VRS_Set(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value);
/external/libcxxabi/include/
H A Dunwind.h173 _UVRSC_CORE = 0, /* integer register */ enumerator in enum:__anon23611
213 _Unwind_VRS_Get(context, _UVRSC_CORE, (uint32_t)index, _UVRSD_UINT32, &value);
219 _Unwind_VRS_Set(context, _UVRSC_CORE, (uint32_t)index,

Completed in 36 milliseconds