Home
last modified time | relevance | path

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

/external/libunwind_llvm/include/
Dunwind.h191 } _Unwind_VRS_Result; typedef
195 extern _Unwind_VRS_Result
200 extern _Unwind_VRS_Result
205 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.cpp753 _LIBUNWIND_EXPORT _Unwind_VRS_Result
811 static _Unwind_VRS_Result
865 _LIBUNWIND_EXPORT _Unwind_VRS_Result
869 _Unwind_VRS_Result result = in _Unwind_VRS_Get()
880 _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()