Searched refs:_Unwind_VRS_Get (Results 1 - 4 of 4) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_unwind_linux_libcdep.cc92 _Unwind_VRS_Result res = _Unwind_VRS_Get(ctx, _UVRSC_CORE,
94 CHECK(res == _UVRSR_OK && "_Unwind_VRS_Get failed");
/external/clang/lib/Headers/
H A Dunwind.h170 _Unwind_VRS_Result _Unwind_VRS_Get(struct _Unwind_Context *__context,
185 _Unwind_VRS_Get(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value);
/external/libunwind_llvm/include/
H A Dunwind.h196 _Unwind_VRS_Get(_Unwind_Context *context, _Unwind_VRS_RegClass regclass,
228 // calls to _Unwind_VRS_Get/Set(). These are not a part of ARM EHABI
237 _Unwind_VRS_Get(context, _UVRSC_CORE, (uint32_t)index, _UVRSD_UINT32, &value);
/external/libunwind_llvm/src/
H A DUnwind-EHABI.cpp257 _Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, &sp);
283 _Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_R0 + reg,
324 _Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32,
413 _Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_LR, _UVRSD_UINT32, &lr);
866 _Unwind_VRS_Get(_Unwind_Context *context, _Unwind_VRS_RegClass regclass, function
872 _LIBUNWIND_TRACE_API("_Unwind_VRS_Get(context=%p, regclass=%d, reg=%d, "
900 if (_Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_SP,
932 if (_Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_SP,

Completed in 200 milliseconds