Home
last modified time | relevance | path

Searched defs:NameMatches (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/lldb/source/Utility/
DNameMatches.cpp15 bool lldb_private::NameMatches(llvm::StringRef name, NameMatch match_type, in NameMatches() function in lldb_private
DProcessInfo.cpp252 bool ProcessInstanceInfoMatch::NameMatches(const char *process_name) const { in NameMatches() function in ProcessInstanceInfoMatch
/external/llvm-project/lldb/include/lldb/Core/
DMangled.h177 bool NameMatches(ConstString name) const { in NameMatches() function
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDeclContext.h29 bool NameMatches(const Entry &rhs) const { in NameMatches() function
/external/llvm-project/lldb/include/lldb/Target/
DThreadSpec.h81 bool NameMatches(const char *name) const { in NameMatches() function
/external/llvm-project/lldb/source/Target/
DThreadSpec.cpp93 bool ThreadSpec::NameMatches(Thread &thread) const { in NameMatches() function in ThreadSpec
/external/llvm-project/lldb/source/Symbol/
DVariable.cpp80 bool Variable::NameMatches(ConstString name) const { in NameMatches() function in Variable
88 bool Variable::NameMatches(const RegularExpression &regex) const { in NameMatches() function in Variable
/external/llvm-project/lldb/source/Core/
DMangled.cpp346 bool Mangled::NameMatches(const RegularExpression &regex) const { in NameMatches() function in Mangled