Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h235 void SetNameMatchType(NameMatch name_match_type) { in SetNameMatchType() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Host/freebsd/
H A DHost.cpp180 match_info_noname.SetNameMatchType(NameMatch::Ignore); in FindProcessesImpl()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1464 match_info.SetNameMatchType(NameMatch::Equals); in SetOptionValue()
1470 match_info.SetNameMatchType(NameMatch::EndsWith); in SetOptionValue()
1476 match_info.SetNameMatchType(NameMatch::StartsWith); in SetOptionValue()
1482 match_info.SetNameMatchType(NameMatch::Contains); in SetOptionValue()
1488 match_info.SetNameMatchType(NameMatch::RegularExpression); in SetOptionValue()
/freebsd-14.2/contrib/llvm-project/lldb/source/Host/netbsd/
H A DHostNetBSD.cpp206 match_info_noname.SetNameMatchType(NameMatch::Ignore); in FindProcessesImpl()
/freebsd-14.2/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-14.2/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2862 match_info.SetNameMatchType(NameMatch::Equals); in Attach()