Home
last modified time | relevance | path

Searched refs:BroadcastEventSpecMatches (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/include/lldb/Utility/
DBroadcaster.h133 class BroadcastEventSpecMatches {
135 BroadcastEventSpecMatches(const BroadcastEventSpec &broadcaster_spec) in BroadcastEventSpecMatches() function
138 ~BroadcastEventSpecMatches() = default;
/external/llvm-project/lldb/source/Utility/
DBroadcaster.cpp396 BroadcastEventSpecMatches(event_spec)); in GetListenerForEventSpec()