Home
last modified time | relevance | path

Searched refs:GetLibiptErrorCode (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DDecodedThread.h56 int GetLibiptErrorCode() const { return m_libipt_error_code; } in GetLibiptErrorCode() function
H A DDecodedThread.cpp189 if (IsEndOfStream(error.GetLibiptErrorCode())) in AppendError()