Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp281 bool ProcessInstanceInfoMatch::UserIDsMatch( in UserIDsMatch() function in ProcessInstanceInfoMatch
303 ProcessIDsMatch(proc_info) && UserIDsMatch(proc_info) && in Matches()
/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h334 bool UserIDsMatch(const ProcessInstanceInfo &proc_info) const;
/llvm-project/lldb/source/Host/macosx/objcxx/
H A DHost.mm708 if (!match_info.UserIDsMatch(process_info) ||