Searched refs:NameMatches (Results 1 - 17 of 17) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-private.h80 NameMatches (const char *name, NameMatchType match_type, const char *match);
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DVariable.h73 NameMatches (const ConstString &name) const function in class:lldb_private::Variable
77 return m_mangled.NameMatches (name);
81 NameMatches (const RegularExpression& regex) const;
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Target/
H A DThreadSpec.cpp78 ThreadSpec::NameMatches (Thread &thread) const function in class:ThreadSpec
84 return NameMatches (name);
109 if (!NameMatches (thread))
H A DProcess.cpp864 ProcessInstanceInfoMatch::NameMatches (const char *process_name) const function in class:ProcessInstanceInfoMatch
872 return lldb_private::NameMatches (process_name, m_name_match_type, match_name);
878 if (!NameMatches (proc_info.GetName()))
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DMangled.h239 NameMatches (const ConstString &name) const function in class:lldb_private::Mangled
247 NameMatches (const RegularExpression& regex) const;
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadSpec.h109 NameMatches (const char *name) const function in class:lldb_private::ThreadSpec
120 NameMatches (Thread &thread) const;
H A DProcess.h1116 NameMatches (const char *process_name) const;
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDeclContext.h47 NameMatches (const Entry& rhs) const function in struct:DWARFDeclContext::Entry
H A DDWARFDeclContext.cpp98 if (!pos->NameMatches (*rhs_pos))
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Symbol/
H A DVariableList.cpp109 if ((*pos)->NameMatches(name))
125 if ((*pos)->NameMatches(name) && (*pos)->GetScope() == value_type)
151 if ((*pos)->NameMatches (regex))
H A DVariable.cpp78 Variable::NameMatches (const RegularExpression& regex) const function in class:Variable
82 return m_mangled.NameMatches (regex);
H A DSymbolContext.cpp842 if (!name.NameMatches (func_name))
851 if (!sc.function->GetMangled().NameMatches(func_name))
856 if (!sc.symbol->GetMangled().NameMatches(func_name))
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/
H A Dlldb.cpp380 lldb_private::NameMatches (const char *name, function in class:lldb_private
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Core/
H A DLog.cpp400 if (NameMatches (channel_name, eNameMatchStartsWith, pos_channel_name))
H A DArchSpec.cpp142 if (NameMatches(g_core_definitions[i].name, eNameMatchStartsWith, name))
H A DMangled.cpp5188 Mangled::NameMatches (const RegularExpression& regex) const function in class:Mangled
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Host/freebsd/
H A DHost.cpp209 NameMatches (process_info.GetExecutableFile().GetFilename().GetCString(),

Completed in 202 milliseconds