Home
last modified time | relevance | path

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

/llvm-project/lldb/source/API/
H A DSBTraceCursor.cpp97 lldb::TraceEvent SBTraceCursor::GetEventType() const { in GetEventType() function in SBTraceCursor
/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceCursorIntelPT.cpp124 lldb::TraceEvent TraceCursorIntelPT::GetEventType() const { in GetEventType() function in TraceCursorIntelPT
/llvm-project/lldb/tools/lldb-dap/
H A DProgressEvent.cpp92 ProgressEventType ProgressEvent::GetEventType() const { return m_event_type; } in GetEventType() function in ProgressEvent