Home
last modified time | relevance | path

Searched refs:GetEventName (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lldb/tools/lldb-dap/
H A DProgressEvent.cpp77 if (event.GetEventType() == progressStart && event.GetEventName().empty()) in Create()
94 StringRef ProgressEvent::GetEventName() const { in GetEventName() function in ProgressEvent
107 llvm::json::Object event(CreateEventObject(GetEventName())); in ToJSON()
H A DProgressEvent.h59 llvm::StringRef GetEventName() const;
/llvm-project/lldb/include/lldb/Utility/
H A DBroadcaster.h247 const char *GetEventName(uint32_t event_mask) const { in GetEventName() function
248 return m_broadcaster_sp->GetEventName(event_mask); in GetEventName()
374 const char *GetEventName(uint32_t event_mask) const { in GetEventName() function