Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTraceCursor.cpp97 lldb::TraceEvent SBTraceCursor::GetEventType() const { in GetEventType() function in SBTraceCursor
100 return m_opaque_sp->GetEventType(); in GetEventType()
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DProgressEvent.cpp76 if (event.GetEventType() == progressStart && event.GetEventName().empty()) in Create()
91 ProgressEventType ProgressEvent::GetEventType() const { return m_event_type; } in GetEventType() function in ProgressEvent
168 if (event->GetEventType() == progressEnd) in Update()
H A DProgressEvent.h64 ProgressEventType GetEventType() const;
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBTraceCursor.i44 lldb::TraceEvent GetEventType() const;
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTraceCursor.cpp42 return EventKindToString(GetEventType()); in GetEventTypeAsString()
H A DTraceDumper.cpp551 item.event = m_cursor_sp->GetEventType(); in DumpInstructions()
894 } else if (cursor_sp->GetEventType() == eTraceEventCPUChanged) { in CreateFunctionCallForest()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBTraceCursor.h153 lldb::TraceEvent GetEventType() const;
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTraceCursor.h228 virtual lldb::TraceEvent GetEventType() const = 0;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DTraceCursorIntelPT.h35 lldb::TraceEvent GetEventType() const override;
H A DTraceCursorIntelPT.cpp124 lldb::TraceEvent TraceCursorIntelPT::GetEventType() const { in GetEventType() function in TraceCursorIntelPT