HomeSort by relevance Sort by last modified time
    Searched defs:NameMatches (Results 1 - 9 of 9) sorted by null

  /external/lldb/include/lldb/Core/
Mangled.h 239 NameMatches (const ConstString &name) const
247 NameMatches (const RegularExpression& regex) const;
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDeclContext.h 47 NameMatches (const Entry& rhs) const
  /external/lldb/source/Target/
ThreadSpec.cpp 78 ThreadSpec::NameMatches (Thread &thread) const
84 return NameMatches (name);
109 if (!NameMatches (thread))
Process.cpp 851 ProcessInstanceInfoMatch::NameMatches (const char *process_name) const
859 return lldb_private::NameMatches (process_name, m_name_match_type, match_name);
865 if (!NameMatches (proc_info.GetName()))
    [all...]
  /external/lldb/source/
lldb.cpp 394 lldb_private::NameMatches (const char *name,
  /external/lldb/include/lldb/Symbol/
Variable.h 73 NameMatches (const ConstString &name) const
77 return m_mangled.NameMatches (name);
81 NameMatches (const RegularExpression& regex) const;
  /external/lldb/include/lldb/Target/
ThreadSpec.h 109 NameMatches (const char *name) const
120 NameMatches (Thread &thread) const;
  /external/lldb/source/Core/
Mangled.cpp 224 Mangled::NameMatches (const RegularExpression& regex) const
  /external/lldb/source/Symbol/
Variable.cpp 78 Variable::NameMatches (const RegularExpression& regex) const
82 return m_mangled.NameMatches (regex);
    [all...]

Completed in 213 milliseconds