Home
last modified time | relevance | path

Searched refs:GetEventName (Results 1 – 3 of 3) 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()
92 StringRef ProgressEvent::GetEventName() const { in GetEventName() function in ProgressEvent
102 llvm::json::Object event(CreateEventObject(GetEventName())); in ToJSON()
H A DProgressEvent.h61 llvm::StringRef GetEventName() const;
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DBroadcaster.h341 const char *GetEventName(uint32_t event_mask) const { in GetEventName() function
342 return m_broadcaster_sp->GetEventName(event_mask); in GetEventName()
461 const char *GetEventName(uint32_t event_mask) const { in GetEventName() function