Home
last modified time | relevance | path

Searched defs:GetEventType (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DTraceCursorIntelPT.cpp123 lldb::TraceEvent TraceCursorIntelPT::GetEventType() const { in GetEventType() function in TraceCursorIntelPT
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DProgressEvent.cpp90 ProgressEventType ProgressEvent::GetEventType() const { return m_event_type; } in GetEventType() function in ProgressEvent