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

References

tools/lldb/include/lldb/Utility/ProcessInfo.h
  201       : m_match_info(), m_name_match_type(NameMatch::Ignore),
tools/lldb/source/Commands/CommandObjectPlatform.cpp
 1090               case NameMatch::Ignore:
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
 2153         case NameMatch::Ignore:
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
  359                                    .Default(NameMatch::Ignore);
  361         if (name_match == NameMatch::Ignore)
tools/lldb/source/Utility/NameMatches.cpp
   18   case NameMatch::Ignore:
tools/lldb/source/Utility/ProcessInfo.cpp
  251   if (m_name_match_type == NameMatch::Ignore)
  299   if (m_name_match_type != NameMatch::Ignore)
  331   m_name_match_type = NameMatch::Ignore;
tools/lldb/unittests/Utility/NameMatchesTest.cpp
   15   EXPECT_TRUE(NameMatches("foo", NameMatch::Ignore, "bar"));