Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DBroadcaster.cpp31 static_cast<void *>(this), GetBroadcasterName()); in Broadcaster()
41 static_cast<void *>(this), GetBroadcasterName()); in ~Broadcaster()
119 s.PutCString(GetBroadcasterName()); in GetEventNames()
267 static_cast<void *>(this), GetBroadcasterName(), in PrivateBroadcastEvent()
336 static_cast<void *>(this), GetBroadcasterName(), in HijackBroadcaster()
367 static_cast<void *>(this), GetBroadcasterName(), in RestoreBroadcaster()
H A DEvent.cpp64 broadcaster->GetBroadcasterName().c_str(), m_type, in Dump()
70 broadcaster->GetBroadcasterName().c_str(), m_type); in Dump()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DBroadcaster.h223 const std::string &GetBroadcasterName() { return m_broadcaster_name; } in GetBroadcasterName() function
361 const std::string &GetBroadcasterName() const { in GetBroadcasterName() function
362 return m_broadcaster.GetBroadcasterName(); in GetBroadcasterName()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DThreadedCommunication.cpp61 this, GetBroadcasterName()); in ~ThreadedCommunication()
171 llvm::formatv("<lldb.comm.{0}>", GetBroadcasterName()); in StartReadThread()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBroadcaster.cpp95 return ConstString(m_opaque_ptr->GetBroadcasterName()).GetCString(); in GetName()