Searched refs:HandleBroadcastEvent (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBListener.i97 HandleBroadcastEvent (const lldb::SBEvent &event);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBListener.h81 bool HandleBroadcastEvent(const lldb::SBEvent &event);
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBListener.cpp306 bool SBListener::HandleBroadcastEvent(const SBEvent &event) { function in class:SBListener
307 LLDB_RECORD_METHOD(bool, SBListener, HandleBroadcastEvent,
311 return m_opaque_sp->HandleBroadcastEvent(event.GetSP());
368 LLDB_REGISTER_METHOD(bool, SBListener, HandleBroadcastEvent,
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DListener.h96 size_t HandleBroadcastEvent(lldb::EventSP &event_sp);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DListener.cpp402 size_t Listener::HandleBroadcastEvent(EventSP &event_sp) { function in class:Listener
/freebsd-13-stable/lib/clang/liblldb/
H A DLLDBWrapLua.cpp[all...]

Completed in 234 milliseconds