| /openbsd/src/gnu/llvm/lldb/source/Target/ |
| 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()
|
| /openbsd/src/gnu/llvm/lldb/source/Symbol/ |
| 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()
|
| D | Variable.cpp | 80 bool Variable::NameMatches(ConstString name) const { in NameMatches() function in Variable 86 return m_mangled.NameMatches(name); in NameMatches() 88 bool Variable::NameMatches(const RegularExpression ®ex) const { in NameMatches() function in Variable 92 return m_mangled.NameMatches(regex); in NameMatches()
|
| D | SymbolContext.cpp | 1079 if (!name.NameMatches(func_name)) in SymbolContextMatches() 1086 if (!sc.function->GetMangled().NameMatches(func_name)) in SymbolContextMatches() 1089 if (!sc.symbol->GetMangled().NameMatches(func_name)) in SymbolContextMatches()
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/Core/ |
| D | Mangled.h | 171 bool NameMatches(ConstString name) const { in NameMatches() function 176 bool NameMatches(const RegularExpression ®ex) const;
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/Target/ |
| D | ThreadSpec.h | 81 bool NameMatches(const char *name) const { in NameMatches() function 90 bool NameMatches(Thread &thread) const;
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/Symbol/ |
| D | Variable.h | 58 bool NameMatches(ConstString name) const; 60 bool NameMatches(const RegularExpression ®ex) const;
|
| /openbsd/src/gnu/llvm/lldb/source/Utility/ |
| D | ProcessInfo.cpp | 250 bool ProcessInstanceInfoMatch::NameMatches(const char *process_name) const { in NameMatches() function in ProcessInstanceInfoMatch 257 return lldb_private::NameMatches(process_name, m_name_match_type, match_name); in NameMatches() 295 NameMatches(proc_info.GetName()); in Matches()
|
| D | NameMatches.cpp | 15 bool lldb_private::NameMatches(llvm::StringRef name, NameMatch match_type, in NameMatches() function in lldb_private
|
| D | CMakeLists.txt | 48 NameMatches.cpp
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/Utility/ |
| D | NameMatches.h | 24 bool NameMatches(llvm::StringRef name, NameMatch match_type,
|
| D | ProcessInfo.h | 189 bool NameMatches(const char *process_name) const;
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| D | DWARFDeclContext.h | 29 bool NameMatches(const Entry &rhs) const { in NameMatches() function
|
| D | DWARFDeclContext.cpp | 84 if (!pos->NameMatches(*rhs_pos)) in operator ==()
|
| /openbsd/src/gnu/usr.bin/clang/liblldbUtility/ |
| D | Makefile | 30 NameMatches.cpp \
|
| /openbsd/src/gnu/llvm/lldb/source/Host/openbsd/ |
| D | Host.cpp | 87 !NameMatches(process_info.GetExecutableFile().GetFilename().GetCString(), in GetOpenBSDProcessArgs()
|
| /openbsd/src/gnu/llvm/lldb/source/Host/freebsd/ |
| D | Host.cpp | 81 NameMatches(process_info.GetExecutableFile().GetFilename().GetCString(), in GetFreeBSDProcessArgs()
|
| /openbsd/src/gnu/llvm/lldb/source/Host/netbsd/ |
| D | HostNetBSD.cpp | 78 NameMatches(process_info.GetExecutableFile().GetFilename().GetCString(), in GetNetBSDProcessArgs()
|
| /openbsd/src/gnu/llvm/lldb/source/Core/ |
| D | Mangled.cpp | 307 bool Mangled::NameMatches(const RegularExpression ®ex) const { in NameMatches() function in Mangled
|
| /openbsd/src/gnu/llvm/lldb/source/Host/macosx/objcxx/ |
| D | Host.mm | 68 #include "lldb/Utility/NameMatches.h" 543 NameMatches(
|
| /openbsd/src/gnu/llvm/clang/docs/tools/ |
| D | clang-formatted-files.txt | 4676 lldb/source/Utility/NameMatches.cpp
|