Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBListener.cpp278 bool SBListener::HandleBroadcastEvent(const SBEvent &event) { in HandleBroadcastEvent() function in SBListener
282 return m_opaque_sp->HandleBroadcastEvent(event.GetSP()); in HandleBroadcastEvent()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBListener.h81 bool HandleBroadcastEvent(const lldb::SBEvent &event);
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DListener.h95 size_t HandleBroadcastEvent(lldb::EventSP &event_sp);
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DListener.cpp312 size_t Listener::HandleBroadcastEvent(EventSP &event_sp) { in HandleBroadcastEvent() function in Listener
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp37423 result = (bool)(arg1)->HandleBroadcastEvent((lldb::SBEvent const &)*arg2); in _wrap_SBListener_HandleBroadcastEvent()