Home
last modified time | relevance | path

Searched refs:TableGenStringKey (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/TableGen/
DRecord.cpp40 class TableGenStringKey { class
42 TableGenStringKey(const std::string &str) : data(str) {} in TableGenStringKey() function in TableGenStringKey
43 TableGenStringKey(const char *str) : data(str) {} in TableGenStringKey() function in TableGenStringKey
54 template<> struct DenseMapInfo<TableGenStringKey> {
55 static inline TableGenStringKey getEmptyKey() { in getEmptyKey()
56 TableGenStringKey Empty("<<<EMPTY KEY>>>"); in getEmptyKey()
59 static inline TableGenStringKey getTombstoneKey() { in getTombstoneKey()
60 TableGenStringKey Tombstone("<<<TOMBSTONE KEY>>>"); in getTombstoneKey()
63 static unsigned getHashValue(const TableGenStringKey& Val) { in getHashValue()
66 static bool isEqual(const TableGenStringKey& LHS, in isEqual()
[all …]
/external/llvm/lib/TableGen/
DRecord.cpp43 class TableGenStringKey { class
45 TableGenStringKey(const std::string &str) : data(str) {} in TableGenStringKey() function in llvm::TableGenStringKey
46 TableGenStringKey(const char *str) : data(str) {} in TableGenStringKey() function in llvm::TableGenStringKey
50 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 …]