Home
last modified time | relevance | path

Searched refs:NameMatches (Results 1 – 18 of 18) sorted by relevance

/external/lldb/include/lldb/Symbol/
DVariable.h73 NameMatches (const ConstString &name) const in NameMatches() function
77 return m_mangled.NameMatches (name); in NameMatches()
81 NameMatches (const RegularExpression& regex) const;
/external/lldb/source/Target/
DThreadSpec.cpp78 ThreadSpec::NameMatches (Thread &thread) const in NameMatches() function in ThreadSpec
84 return NameMatches (name); in NameMatches()
109 if (!NameMatches (thread)) in ThreadPassesBasicTests()
DProcess.cpp851 ProcessInstanceInfoMatch::NameMatches (const char *process_name) const in NameMatches() function in ProcessInstanceInfoMatch
859 return lldb_private::NameMatches (process_name, m_name_match_type, match_name); in NameMatches()
865 if (!NameMatches (proc_info.GetName())) in Matches()
/external/lldb/include/lldb/Core/
DMangled.h239 NameMatches (const ConstString &name) const in NameMatches() function
247 NameMatches (const RegularExpression& regex) const;
/external/lldb/include/lldb/Target/
DThreadSpec.h109 NameMatches (const char *name) const in NameMatches() function
120 NameMatches (Thread &thread) const;
DProcess.h1054 NameMatches (const char *process_name) const;
/external/lldb/source/Symbol/
DVariableList.cpp109 if ((*pos)->NameMatches(name)) in FindVariable()
125 if ((*pos)->NameMatches (regex)) in AppendVariablesIfUnique()
DVariable.cpp78 Variable::NameMatches (const RegularExpression& regex) const in NameMatches() function in Variable
82 return m_mangled.NameMatches (regex); in NameMatches()
DSymbolContext.cpp842 if (!name.NameMatches (func_name)) in SymbolContextMatches()
851 if (!sc.function->GetMangled().NameMatches(func_name)) in SymbolContextMatches()
856 if (!sc.symbol->GetMangled().NameMatches(func_name)) in SymbolContextMatches()
/external/lldb/include/lldb/
Dlldb-private.h76 NameMatches (const char *name, NameMatchType match_type, const char *match);
/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDeclContext.h47 NameMatches (const Entry& rhs) const in NameMatches() function
DDWARFDeclContext.cpp98 if (!pos->NameMatches (*rhs_pos)) in operator ==()
/external/lldb/source/Core/
DMangled.cpp224 Mangled::NameMatches (const RegularExpression& regex) const in NameMatches() function in Mangled
DLog.cpp399 if (NameMatches (channel_name, eNameMatchStartsWith, pos_channel_name)) in AutoCompleteChannelName()
DArchSpec.cpp133 if (NameMatches(g_core_definitions[i].name, eNameMatchStartsWith, name)) in AutoComplete()
/external/lldb/source/
Dlldb.cpp394 lldb_private::NameMatches (const char *name, in NameMatches() function in lldb_private
/external/lldb/source/Host/freebsd/
DHost.cpp206 NameMatches (process_info.GetExecutableFile().GetFilename().GetCString(), in GetFreeBSDProcessArgs()
/external/lldb/source/Host/macosx/
DHost.mm1078 if (match_info_ptr == NULL || NameMatches(process_name,
1156 NameMatches (process_info.GetExecutableFile().GetFilename().GetCString(),