Home
last modified time | relevance | path

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

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