Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DNameMatches.cpp15 bool lldb_private::NameMatches(llvm::StringRef name, NameMatch match_type, in NameMatches() function in lldb_private
H A DProcessInfo.cpp250 bool ProcessInstanceInfoMatch::NameMatches(const char *process_name) const { in NameMatches() function in ProcessInstanceInfoMatch
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDeclContext.h29 bool NameMatches(const Entry &rhs) const { in NameMatches() function
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DMangled.h171 bool NameMatches(ConstString name) const { in NameMatches() function
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DThreadSpec.h81 bool NameMatches(const char *name) const { in NameMatches() function
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThreadSpec.cpp91 bool ThreadSpec::NameMatches(Thread &thread) const { in NameMatches() function in ThreadSpec
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A 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
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DMangled.cpp307 bool Mangled::NameMatches(const RegularExpression &regex) const { in NameMatches() function in Mangled