Home
last modified time | relevance | path

Searched refs:GetNameMatchType (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Host/openbsd/
H A DHost.cpp62 match_info_ptr->GetNameMatchType(), in GetOpenBSDProcessArgs()
/freebsd/contrib/llvm-project/lldb/source/Host/freebsd/
H A DHost.cpp78 match_info_ptr->GetNameMatchType(), in GetFreeBSDProcessArgs()
/freebsd/contrib/llvm-project/lldb/source/Host/netbsd/
H A DHostNetBSD.cpp73 match_info_ptr->GetNameMatchType(), in GetNetBSDProcessArgs()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h322 NameMatch GetNameMatchType() const { return m_name_match_type; } in GetNameMatchType() function
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1257 switch (m_options.match_info.GetNameMatchType()) { in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2318 NameMatch name_match_type = match_info.GetNameMatchType(); in FindProcesses()