Searched refs:LocallyHashedType (Results 1 – 5 of 5) sorted by relevance
33 struct LocallyHashedType { struct38 static LocallyHashedType hashType(ArrayRef<uint8_t> RecordData); argument42 static std::vector<LocallyHashedType> hashTypes(Range &&Records) { in hashTypes() 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;153 static codeview::LocallyHashedType getEmptyKey() { return Empty; }[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()
1176 auto LocalHashes = LocallyHashedType::hashTypeCollection(Types); in dumpTypesFromObjectFile()1184 LocallyHashedType &L = std::get<0>(H); in dumpTypesFromObjectFile()