Home
last modified time | relevance | path

Searched refs:GetEventType (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DProgressEvent.cpp75 if (event.GetEventType() == progressStart && event.GetEventName().empty()) in Create()
90 ProgressEventType ProgressEvent::GetEventType() const { return m_event_type; } in GetEventType() function in ProgressEvent
167 if (event->GetEventType() == progressEnd) in Update()
H A DProgressEvent.h63 ProgressEventType GetEventType() const;
/llvm-project-15.0.7/lldb/source/Target/
H A DTraceCursor.cpp42 return EventKindToString(GetEventType()); in GetEventTypeAsString()
H A DTraceDumper.cpp389 item.event = m_cursor_up->GetEventType(); in DumpInstructions()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTraceCursor.h240 virtual lldb::TraceEvent GetEventType() const = 0;
/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DTraceCursorIntelPT.h34 lldb::TraceEvent GetEventType() const override;
H A DTraceCursorIntelPT.cpp123 lldb::TraceEvent TraceCursorIntelPT::GetEventType() const { in GetEventType() function in TraceCursorIntelPT