Home
last modified time | relevance | path

Searched refs:_Unwind_VRS_Result (Results 1 – 4 of 4) sorted by relevance

/external/libunwind_llvm/include/
Dunwind.h199 } _Unwind_VRS_Result; typedef
203 extern _Unwind_VRS_Result
208 extern _Unwind_VRS_Result
213 extern _Unwind_VRS_Result
/external/clang/lib/Headers/
Dunwind.h159 } _Unwind_VRS_Result; typedef
170 _Unwind_VRS_Result _Unwind_VRS_Get(struct _Unwind_Context *__context,
176 _Unwind_VRS_Result _Unwind_VRS_Set(struct _Unwind_Context *__context,
/external/libunwind_llvm/src/
DUnwind-EHABI.cpp751 _LIBUNWIND_EXPORT _Unwind_VRS_Result
809 static _Unwind_VRS_Result
863 _LIBUNWIND_EXPORT _Unwind_VRS_Result
867 _Unwind_VRS_Result result = in _Unwind_VRS_Get()
878 _Unwind_VRS_Result
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_unwind_linux_libcdep.cc92 _Unwind_VRS_Result res = _Unwind_VRS_Get(ctx, _UVRSC_CORE, in Unwind_GetIP()