Searched refs:GetEventNames (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| H A D | Broadcaster.h | 366 bool GetEventNames(Stream &s, const uint32_t event_mask, in GetEventNames() function 368 return m_broadcaster_sp->GetEventNames(s, event_mask, in GetEventNames() 507 bool GetEventNames(Stream &s, const uint32_t event_mask,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBListener.cpp | 108 lldb_broadcaster->GetEventNames(sstr_requested, event_mask, false); in StartListeningForEvents() 109 const bool got_acquired_names = lldb_broadcaster->GetEventNames( in StartListeningForEvents()
|
| H A D | SBEvent.cpp | 70 lldb_event->GetBroadcaster()->GetEventNames(sstr, event_type, true)) in GetType()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | Event.cpp | 60 if (broadcaster->GetEventNames(event_name, m_type, false)) in Dump()
|
| H A D | Broadcaster.cpp | 89 bool Broadcaster::BroadcasterImpl::GetEventNames( in GetEventNames() function in Broadcaster::BroadcasterImpl
|