Home
last modified time | relevance | path

Searched refs:MatchAllProcesses (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h340 bool MatchAllProcesses() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2111 if (!match_info.MatchAllProcesses()) { in FindProcesses()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp630 bool ProcessInstanceInfoMatch::MatchAllProcesses() const { in MatchAllProcesses() function in ProcessInstanceInfoMatch