Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceCursorIntelPT.cpp125 return m_decoded_thread_sp->GetEventByIndex(m_pos); in GetEventType()
H A DDecodedThread.h171 lldb::TraceEvent GetEventByIndex(int item_index) const;
H A DDecodedThread.cpp200 lldb::TraceEvent DecodedThread::GetEventByIndex(int item_index) const { in GetEventByIndex() function in DecodedThread