Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Target/
DThreadSpec.cpp91 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/
DVariableList.cpp77 if ((*pos)->NameMatches(name)) { in FindVariable()
93 if ((*pos)->NameMatches(name) && (*pos)->GetScope() == value_type) { in FindVariable()
117 if ((*pos)->NameMatches(regex)) { in AppendVariablesIfUnique()
DVariable.cpp80 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 &regex) const { in NameMatches() function in Variable
92 return m_mangled.NameMatches(regex); in NameMatches()
DSymbolContext.cpp1079 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/
DMangled.h171 bool NameMatches(ConstString name) const { in NameMatches() function
176 bool NameMatches(const RegularExpression &regex) const;
/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DThreadSpec.h81 bool NameMatches(const char *name) const { in NameMatches() function
90 bool NameMatches(Thread &thread) const;
/openbsd/src/gnu/llvm/lldb/include/lldb/Symbol/
DVariable.h58 bool NameMatches(ConstString name) const;
60 bool NameMatches(const RegularExpression &regex) const;
/openbsd/src/gnu/llvm/lldb/source/Utility/
DProcessInfo.cpp250 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()
DNameMatches.cpp15 bool lldb_private::NameMatches(llvm::StringRef name, NameMatch match_type, in NameMatches() function in lldb_private
DCMakeLists.txt48 NameMatches.cpp
/openbsd/src/gnu/llvm/lldb/include/lldb/Utility/
DNameMatches.h24 bool NameMatches(llvm::StringRef name, NameMatch match_type,
DProcessInfo.h189 bool NameMatches(const char *process_name) const;
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDeclContext.h29 bool NameMatches(const Entry &rhs) const { in NameMatches() function
DDWARFDeclContext.cpp84 if (!pos->NameMatches(*rhs_pos)) in operator ==()
/openbsd/src/gnu/usr.bin/clang/liblldbUtility/
DMakefile30 NameMatches.cpp \
/openbsd/src/gnu/llvm/lldb/source/Host/openbsd/
DHost.cpp87 !NameMatches(process_info.GetExecutableFile().GetFilename().GetCString(), in GetOpenBSDProcessArgs()
/openbsd/src/gnu/llvm/lldb/source/Host/freebsd/
DHost.cpp81 NameMatches(process_info.GetExecutableFile().GetFilename().GetCString(), in GetFreeBSDProcessArgs()
/openbsd/src/gnu/llvm/lldb/source/Host/netbsd/
DHostNetBSD.cpp78 NameMatches(process_info.GetExecutableFile().GetFilename().GetCString(), in GetNetBSDProcessArgs()
/openbsd/src/gnu/llvm/lldb/source/Core/
DMangled.cpp307 bool Mangled::NameMatches(const RegularExpression &regex) const { in NameMatches() function in Mangled
/openbsd/src/gnu/llvm/lldb/source/Host/macosx/objcxx/
DHost.mm68 #include "lldb/Utility/NameMatches.h"
543 NameMatches(
/openbsd/src/gnu/llvm/clang/docs/tools/
Dclang-formatted-files.txt4676 lldb/source/Utility/NameMatches.cpp