Home
last modified time | relevance | path

Searched defs:GetEventName (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/include/lldb/Utility/
H A DBroadcaster.h247 const char *GetEventName(uint32_t event_mask) const { in GetEventName() function
374 const char *GetEventName(uint32_t event_mask) const { in GetEventName() function
/llvm-project/lldb/tools/lldb-dap/
H A DProgressEvent.cpp94 StringRef ProgressEvent::GetEventName() const { in GetEventName() function in ProgressEvent