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.cpp1391 match_info.SetNameMatchType(NameMatch::Equals); in SetOptionValue()
1397 match_info.SetNameMatchType(NameMatch::EndsWith); in SetOptionValue()
1403 match_info.SetNameMatchType(NameMatch::StartsWith); in SetOptionValue()
1409 match_info.SetNameMatchType(NameMatch::Contains); in SetOptionValue()
1415 match_info.SetNameMatchType(NameMatch::RegularExpression); in SetOptionValue()
/freebsd/contrib/llvm-project/lldb/source/Host/freebsd/
H A DHost.cpp180 match_info_noname.SetNameMatchType(NameMatch::Ignore); in FindProcessesImpl()
/freebsd/contrib/llvm-project/lldb/source/Host/netbsd/
H A DHostNetBSD.cpp206 match_info_noname.SetNameMatchType(NameMatch::Ignore); in FindProcessesImpl()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h318 void SetNameMatchType(NameMatch name_match_type) { in SetNameMatchType() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp357 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.cpp3025 match_info.SetNameMatchType(NameMatch::Equals); in Attach()