Searched refs:LocallyHashedType (Results 1 – 5 of 5) sorted by relevance
33 struct LocallyHashedType { struct38 static LocallyHashedType hashType(ArrayRef<uint8_t> RecordData); argument43 std::vector<LocallyHashedType> Hashes; in hashTypes()51 static std::vector<LocallyHashedType>53 std::vector<LocallyHashedType> Hashes; in hashTypeCollection() argument149 template <> struct DenseMapInfo<codeview::LocallyHashedType> {150 static codeview::LocallyHashedType Empty;151 static codeview::LocallyHashedType Tombstone;161 static bool isEqual(codeview::LocallyHashedType LHS,162 codeview::LocallyHashedType RHS) {[all …]
42 DenseMap<LocallyHashedType, TypeIndex> HashedRecords;
18 LocallyHashedType DenseMapInfo<LocallyHashedType>::Empty{0, {}};19 LocallyHashedType DenseMapInfo<LocallyHashedType>::Tombstone{hash_code(-1), {}};29 LocallyHashedType LocallyHashedType::hashType(ArrayRef<uint8_t> RecordData) { in hashType()
100 LocallyHashedType WeakHash{Hash, Record}; in insertRecordAs()
1332 auto LocalHashes = LocallyHashedType::hashTypeCollection(Types); in dumpTypesFromObjectFile()1340 LocallyHashedType &L = std::get<0>(H); in dumpTypesFromObjectFile()