Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/openbsd/
H A DHost.cpp76 match_info_ptr->GetNameMatchType(), in GetOpenBSDProcessArgs()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/freebsd/
H A DHost.cpp80 match_info_ptr->GetNameMatchType(), in GetFreeBSDProcessArgs()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/netbsd/
H A DHost.cpp74 match_info_ptr->GetNameMatchType(), in GetNetBSDProcessArgs()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h330 NameMatch GetNameMatchType() const { return m_name_match_type; } in GetNameMatchType() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1174 switch (m_options.match_info.GetNameMatchType()) { in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2117 NameMatch name_match_type = match_info.GetNameMatchType(); in FindProcesses()