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.cpp79 match_info_ptr->GetNameMatchType(), in GetOpenBSDProcessArgs()
/freebsd/contrib/llvm-project/lldb/source/Host/freebsd/
H A DHost.cpp82 match_info_ptr->GetNameMatchType(), in GetFreeBSDProcessArgs()
/freebsd/contrib/llvm-project/lldb/source/Host/netbsd/
H A DHostNetBSD.cpp79 match_info_ptr->GetNameMatchType(), in GetNetBSDProcessArgs()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h316 NameMatch GetNameMatchType() const { return m_name_match_type; } in GetNameMatchType() function
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1259 switch (m_options.match_info.GetNameMatchType()) { in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2299 NameMatch name_match_type = match_info.GetNameMatchType(); in FindProcesses()