Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/openbsd/
HDHost.cpp79 match_info_ptr->GetNameMatchType(), in GetOpenBSDProcessArgs()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/freebsd/
HDHost.cpp82 match_info_ptr->GetNameMatchType(), in GetFreeBSDProcessArgs()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/netbsd/
HDHostNetBSD.cpp79 match_info_ptr->GetNameMatchType(), in GetNetBSDProcessArgs()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDProcessInfo.h316 NameMatch GetNameMatchType() const { return m_name_match_type; } in GetNameMatchType() function
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectPlatform.cpp1259 switch (m_options.match_info.GetNameMatchType()) { in DoExecute()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationClient.cpp2299 NameMatch name_match_type = match_info.GetNameMatchType(); in FindProcesses()