Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/tools/lldb-vscode/
H A DProgressEvent.cpp76 if (event.GetEventType() == progressStart && event.GetEventName().empty()) in Create()
93 StringRef ProgressEvent::GetEventName() const { in GetEventName() function in ProgressEvent
103 llvm::json::Object event(CreateEventObject(GetEventName())); in ToJSON()
H A DProgressEvent.h62 llvm::StringRef GetEventName() const;
/openbsd/gnu/llvm/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