Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DTraceCursorIntelPT.cpp99 return m_decoded_thread_sp->GetErrorByIndex(m_pos); in GetError()
H A DDecodedThread.h162 const char *GetErrorByIndex(uint64_t item_index) const;
H A DDecodedThread.cpp241 const char *DecodedThread::GetErrorByIndex(uint64_t item_index) const { in GetErrorByIndex() function in DecodedThread