Searched refs:TableGenStringKey (Results 1 – 1 of 1) sorted by relevance
43 class TableGenStringKey { class45 TableGenStringKey(const std::string &str) : data(str) {} in TableGenStringKey() function in llvm::TableGenStringKey46 TableGenStringKey(const char *str) : data(str) {} in TableGenStringKey() function in llvm::TableGenStringKey50 friend hash_code hash_value(const TableGenStringKey &Value) { in hash_value()59 template<> struct DenseMapInfo<TableGenStringKey> {60 static inline TableGenStringKey getEmptyKey() { in getEmptyKey()61 TableGenStringKey Empty("<<<EMPTY KEY>>>"); in getEmptyKey()64 static inline TableGenStringKey getTombstoneKey() { in getTombstoneKey()65 TableGenStringKey Tombstone("<<<TOMBSTONE KEY>>>"); in getTombstoneKey()68 static unsigned getHashValue(const TableGenStringKey& Val) { in getHashValue()[all …]