Searched refs:GetBroadcasterName (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | Broadcaster.cpp | 31 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 D | Event.cpp | 64 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 D | Broadcaster.h | 223 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 D | ThreadedCommunication.cpp | 61 this, GetBroadcasterName()); in ~ThreadedCommunication() 171 llvm::formatv("<lldb.comm.{0}>", GetBroadcasterName()); in StartReadThread()
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBBroadcaster.cpp | 95 return ConstString(m_opaque_ptr->GetBroadcasterName()).GetCString(); in GetName()
|