Searched refs:_Unwind_VRS_Result (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/llvm/libunwind/include/ |
H A D | unwind_arm_ehabi.h | 109 } _Unwind_VRS_Result; typedef 113 extern _Unwind_VRS_Result 118 extern _Unwind_VRS_Result 123 extern _Unwind_VRS_Result
|
/openbsd/gnu/gcc/gcc/config/arm/ |
H A D | unwind-arm.h | 156 _Unwind_VRS_Result; typedef 175 _Unwind_VRS_Result _Unwind_VRS_Set(_Unwind_Context *, _Unwind_VRS_RegClass, 179 _Unwind_VRS_Result _Unwind_VRS_Get(_Unwind_Context *, _Unwind_VRS_RegClass, 183 _Unwind_VRS_Result _Unwind_VRS_Pop(_Unwind_Context *, _Unwind_VRS_RegClass,
|
H A D | unwind-arm.c | 176 _Unwind_VRS_Result _Unwind_VRS_Get (_Unwind_Context *context, in _Unwind_VRS_Get() 207 _Unwind_VRS_Result _Unwind_VRS_Set (_Unwind_Context *context, in _Unwind_VRS_Set() 239 _Unwind_VRS_Result _Unwind_VRS_Pop (_Unwind_Context *context, in _Unwind_VRS_Pop()
|
/openbsd/gnu/llvm/clang/lib/Headers/ |
H A D | unwind.h | 195 } _Unwind_VRS_Result; typedef 204 _Unwind_VRS_Result _Unwind_VRS_Get(struct _Unwind_Context *__context, 210 _Unwind_VRS_Result _Unwind_VRS_Set(struct _Unwind_Context *__context,
|
/openbsd/gnu/llvm/libunwind/src/ |
H A D | Unwind-EHABI.cpp | 906 _LIBUNWIND_EXPORT _Unwind_VRS_Result 973 static _Unwind_VRS_Result 1036 _LIBUNWIND_EXPORT _Unwind_VRS_Result 1040 _Unwind_VRS_Result result = in _Unwind_VRS_Get() 1051 _Unwind_VRS_Result
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_unwind_linux_libcdep.cpp | 63 _Unwind_VRS_Result res = _Unwind_VRS_Get(ctx, _UVRSC_CORE, in Unwind_GetIP()
|