Home
last modified time | relevance | path

Searched refs:SetNameMatchType (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1388 match_info.SetNameMatchType(NameMatch::Equals); in SetOptionValue()
1394 match_info.SetNameMatchType(NameMatch::EndsWith); in SetOptionValue()
1400 match_info.SetNameMatchType(NameMatch::StartsWith); in SetOptionValue()
1406 match_info.SetNameMatchType(NameMatch::Contains); in SetOptionValue()
1412 match_info.SetNameMatchType(NameMatch::RegularExpression); in SetOptionValue()
/freebsd/contrib/llvm-project/lldb/source/Host/freebsd/
H A DHost.cpp176 match_info_noname.SetNameMatchType(NameMatch::Ignore); in FindProcessesImpl()
/freebsd/contrib/llvm-project/lldb/source/Host/netbsd/
H A DHostNetBSD.cpp200 match_info_noname.SetNameMatchType(NameMatch::Ignore); in FindProcessesImpl()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h324 void SetNameMatchType(NameMatch name_match_type) { in SetNameMatchType() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp360 match_info.SetNameMatchType(name_match); in Handle_qfProcessInfo()
H A DGDBRemoteCommunicationServerLLGS.cpp402 match_info.SetNameMatchType(NameMatch::Equals); in AttachWaitProcess()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2991 match_info.SetNameMatchType(NameMatch::Equals); in Attach()