Home
last modified time | relevance | path

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

/external/libunwind_llvm/include/
Dunwind.h187 } _Unwind_VRS_Result; typedef
191 extern _Unwind_VRS_Result
196 extern _Unwind_VRS_Result
201 extern _Unwind_VRS_Result
/external/clang/lib/Headers/
Dunwind.h151 } _Unwind_VRS_Result; typedef
153 _Unwind_VRS_Result _Unwind_VRS_Get(struct _Unwind_Context *__context,
159 _Unwind_VRS_Result _Unwind_VRS_Set(struct _Unwind_Context *__context,
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
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.cpp788 _Unwind_VRS_Result
840 static _Unwind_VRS_Result
888 _Unwind_VRS_Result _Unwind_VRS_Get( in _Unwind_VRS_Get()
894 _Unwind_VRS_Result result = in _Unwind_VRS_Get()
905 _Unwind_VRS_Result
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_unwind_linux_libcdep.cc87 _Unwind_VRS_Result res = _Unwind_VRS_Get(ctx, _UVRSC_CORE, in Unwind_GetIP()