reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/Utility/ProcessInfo.h
  220   NameMatch GetNameMatchType() const { return m_name_match_type; }
  223     m_name_match_type = name_match_type;
tools/lldb/source/Utility/ProcessInfo.cpp
  251   if (m_name_match_type == NameMatch::Ignore)
  257   return lldb_private::NameMatches(process_name, m_name_match_type, match_name);
  299   if (m_name_match_type != NameMatch::Ignore)
  331   m_name_match_type = NameMatch::Ignore;