Home
last modified time | relevance | path

Searched refs:name_match_type (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h324 void SetNameMatchType(NameMatch name_match_type) { in SetNameMatchType() argument
325 m_name_match_type = name_match_type; in SetNameMatchType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2318 NameMatch name_match_type = match_info.GetNameMatchType(); in FindProcesses() local
2319 switch (name_match_type) { in FindProcesses()