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

/freebsd-11-stable/contrib/libexecinfo/
H A Dunwind_arm_ehabi_stub.c30 void _Unwind_VRS_Get(struct _Unwind_Context *, int, _Unwind_Word, int, void *);
37 _Unwind_VRS_Get(context, 0 /*_UVRSC_CORE*/, regno, 0 /*_UVRSD_UINT32*/,
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dpr-support.c123 _Unwind_VRS_Get (context, _UVRSC_CORE, R_LR, _UVRSD_UINT32,
138 _Unwind_VRS_Get (context, _UVRSC_CORE, R_SP, _UVRSD_UINT32, &reg);
171 _Unwind_VRS_Get (context, _UVRSC_CORE, op, _UVRSD_UINT32, &reg);
208 _Unwind_VRS_Get (context, _UVRSC_CORE, R_SP, _UVRSD_UINT32,
H A Dunwind-arm.h183 _Unwind_VRS_Result _Unwind_VRS_Get(_Unwind_Context *, _Unwind_VRS_RegClass,
256 _Unwind_VRS_Get (context, _UVRSC_CORE, regno, _UVRSD_UINT32, &val);
H A Dunwind-arm.c177 _Unwind_VRS_Result _Unwind_VRS_Get (_Unwind_Context *context, function
/freebsd-11-stable/contrib/libcxxrt/
H A Dunwind-arm.h131 _Unwind_VRS_Result _Unwind_VRS_Get(_Unwind_Context *context,
168 _Unwind_VRS_Get(context, _UVRSC_CORE, reg, _UVRSD_UINT32, &val);
/freebsd-11-stable/contrib/llvm-project/libunwind/include/
H A Dunwind.h208 _Unwind_VRS_Get(_Unwind_Context *context, _Unwind_VRS_RegClass regclass,
240 // calls to _Unwind_VRS_Get/Set(). These are not a part of ARM EHABI
249 _Unwind_VRS_Get(context, _UVRSC_CORE, (uint32_t)index, _UVRSD_UINT32, &value);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h199 _Unwind_VRS_Result _Unwind_VRS_Get(struct _Unwind_Context *__context,
214 _Unwind_VRS_Get(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value);
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwind-EHABI.cpp259 _Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, &sp);
285 _Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_R0 + reg,
326 _Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32,
415 _Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_LR, _UVRSD_UINT32, &lr);
870 _Unwind_VRS_Get(_Unwind_Context *context, _Unwind_VRS_RegClass regclass, function
876 _LIBUNWIND_TRACE_API("_Unwind_VRS_Get(context=%p, regclass=%d, reg=%d, "
904 if (_Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_SP,
936 if (_Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_SP,
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_unwind_linux_libcdep.cpp63 _Unwind_VRS_Result res = _Unwind_VRS_Get(ctx, _UVRSC_CORE,
65 CHECK(res == _UVRSR_OK && "_Unwind_VRS_Get failed");

Completed in 112 milliseconds