Searched refs:LocallyHashedType (Results 1 – 5 of 5) sorted by relevance
34 struct LocallyHashedType { struct39 static LocallyHashedType hashType(ArrayRef<uint8_t> RecordData); argument44 std::vector<LocallyHashedType> Hashes; in hashTypes()52 static std::vector<LocallyHashedType>54 std::vector<LocallyHashedType> Hashes; in hashTypeCollection() argument183 template <> struct DenseMapInfo<codeview::LocallyHashedType> {184 static codeview::LocallyHashedType Empty;185 static codeview::LocallyHashedType Tombstone;195 static bool isEqual(codeview::LocallyHashedType LHS,196 codeview::LocallyHashedType RHS) {[all …]
24 struct LocallyHashedType;38 DenseMap<LocallyHashedType, TypeIndex> HashedRecords;
17 LocallyHashedType DenseMapInfo<LocallyHashedType>::Empty{0, {}};18 LocallyHashedType DenseMapInfo<LocallyHashedType>::Tombstone{hash_code(-1), {}};28 LocallyHashedType LocallyHashedType::hashType(ArrayRef<uint8_t> RecordData) { in hashType()
91 LocallyHashedType WeakHash{Hash, Record}; in insertRecordAs()132 LocallyHashedType WeakHash{hash_value(Record), Record}; in replaceType()
1302 auto LocalHashes = LocallyHashedType::hashTypeCollection(Types); in dumpTypesFromObjectFile()1310 LocallyHashedType &L = std::get<0>(H); in dumpTypesFromObjectFile()