Home
last modified time | relevance | path

Searched refs:GetErrorByIndex (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceCursorIntelPT.cpp99 return m_decoded_thread_sp->GetErrorByIndex(m_pos); in GetError()
H A DDecodedThread.h163 llvm::StringRef GetErrorByIndex(uint64_t item_index) const;
H A DDecodedThread.cpp246 llvm::StringRef DecodedThread::GetErrorByIndex(uint64_t item_index) const { in GetErrorByIndex() function in DecodedThread