Home
last modified time | relevance | path

Searched refs:GetEventNames (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DBroadcaster.h366 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 DSBListener.cpp108 lldb_broadcaster->GetEventNames(sstr_requested, event_mask, false); in StartListeningForEvents()
109 const bool got_acquired_names = lldb_broadcaster->GetEventNames( in StartListeningForEvents()
H A DSBEvent.cpp70 lldb_event->GetBroadcaster()->GetEventNames(sstr, event_type, true)) in GetType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DEvent.cpp60 if (broadcaster->GetEventNames(event_name, m_type, false)) in Dump()
H A DBroadcaster.cpp89 bool Broadcaster::BroadcasterImpl::GetEventNames( in GetEventNames() function in Broadcaster::BroadcasterImpl