Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/API/
H A DSBListener.cpp119 bool SBListener::StopListeningForEvents(const SBBroadcaster &broadcaster, in StopListeningForEvents() function in SBListener
124 return m_opaque_sp->StopListeningForEvents(broadcaster.get(), event_mask); in StopListeningForEvents()
/src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBListener.h47 bool StopListeningForEvents(const lldb::SBBroadcaster &broadcaster,
/src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DListener.h75 bool StopListeningForEvents(Broadcaster *broadcaster, uint32_t event_mask);
/src/contrib/llvm-project/lldb/source/Utility/
H A DListener.cpp120 bool Listener::StopListeningForEvents(Broadcaster *broadcaster, in StopListeningForEvents() function in Listener
/src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp37053 result = (bool)(arg1)->StopListeningForEvents((lldb::SBBroadcaster const &)*arg2,arg3); in _wrap_SBListener_StopListeningForEvents()