| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadSpec.cpp | 91 bool ThreadSpec::NameMatches(Thread &thread) const { in NameMatches() function in ThreadSpec 96 return NameMatches(name); in NameMatches() 117 if (!NameMatches(thread)) in ThreadPassesBasicTests()
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | VariableList.cpp | 77 if ((*pos)->NameMatches(name)) { in FindVariable() 93 if ((*pos)->NameMatches(name) && (*pos)->GetScope() == value_type) { in FindVariable() 117 if ((*pos)->NameMatches(regex)) { in AppendVariablesIfUnique()
|
| H A D | Variable.cpp | 82 bool Variable::NameMatches(ConstString name) const { in NameMatches() function in Variable 88 return m_mangled.NameMatches(name); in NameMatches() 90 bool Variable::NameMatches(const RegularExpression ®ex) const { in NameMatches() function in Variable 94 return m_mangled.NameMatches(regex); in NameMatches()
|
| H A D | SymbolContext.cpp | 1073 if (!name.NameMatches(func_name)) in SymbolContextMatches() 1080 if (!sc.function->GetMangled().NameMatches(func_name)) in SymbolContextMatches() 1083 if (!sc.symbol->GetMangled().NameMatches(func_name)) in SymbolContextMatches()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | ThreadSpec.h | 81 bool NameMatches(const char *name) const { in NameMatches() function 90 bool NameMatches(Thread &thread) const;
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Mangled.h | 178 bool NameMatches(ConstString name) const { in NameMatches() function 183 bool NameMatches(const RegularExpression ®ex) const;
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | Variable.h | 58 bool NameMatches(ConstString name) const; 60 bool NameMatches(const RegularExpression ®ex) const;
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | ProcessInfo.cpp | 259 bool ProcessInstanceInfoMatch::NameMatches(const char *process_name) const { in NameMatches() function in ProcessInstanceInfoMatch 266 return lldb_private::NameMatches(process_name, m_name_match_type, match_name); in NameMatches() 304 NameMatches(proc_info.GetName()); in Matches()
|
| H A D | NameMatches.cpp | 1 //===-- NameMatches.cpp ---------------------------------------------------===// 8 #include "lldb/Utility/NameMatches.h" 15 bool lldb_private::NameMatches(llvm::StringRef name, NameMatch match_type, in NameMatches() function in lldb_private
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | NameMatches.h | 24 bool NameMatches(llvm::StringRef name, NameMatch match_type,
|
| H A D | ProcessInfo.h | 332 bool NameMatches(const char *process_name) const;
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDeclContext.cpp | 84 if (!pos->NameMatches(*rhs_pos)) in operator ==()
|
| H A D | DWARFDeclContext.h | 34 bool NameMatches(const Entry &rhs) const { in NameMatches() function
|
| H A D | AppleDWARFIndex.cpp | 154 name && Mangled(*name).NameMatches(regex)) in GetGlobalVariables()
|
| H A D | DebugNamesDWARFIndex.cpp | 199 if (!mangled_name.NameMatches(regex)) in GetGlobalVariables()
|
| /freebsd/contrib/llvm-project/lldb/source/Host/openbsd/ |
| H A D | Host.cpp | 60 NameMatches( in GetOpenBSDProcessArgs()
|
| /freebsd/contrib/llvm-project/lldb/source/Host/freebsd/ |
| H A D | Host.cpp | 77 NameMatches(process_info.GetExecutableFile().GetFilename().GetCString(), in GetFreeBSDProcessArgs()
|
| /freebsd/contrib/llvm-project/lldb/source/Host/netbsd/ |
| H A D | HostNetBSD.cpp | 72 NameMatches(process_info.GetExecutableFile().GetFilename().GetCString(), in GetNetBSDProcessArgs()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | Mangled.cpp | 362 bool Mangled::NameMatches(const RegularExpression ®ex) const { in NameMatches() function in Mangled
|
| /freebsd/contrib/llvm-project/lldb/source/ValueObject/ |
| H A D | DILEval.cpp | 36 if (var_sp->NameMatches(name)) in DILFindVariable()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectFrame.cpp | 487 if (!var->NameMatches(regex) || !ScopeRequested(var->GetScope())) in findUniqueRegexMatches()
|
| /freebsd/lib/clang/liblldb/ |
| H A D | Makefile | 742 SRCS+= Utility/NameMatches.cpp
|