Searched refs:HashedRecords (Results 1 – 6 of 6) sorted by relevance
18 auto I = HashedRecords.find(Data); in writeRecord()19 if (I != HashedRecords.end()) { in writeRecord()42 HashedRecords.insert(std::make_pair(StringRef(Mem + SizeOfRecLen, Data.size()), TI)); in writeRecord()
42 DenseMap<GloballyHashedType, TypeIndex> HashedRecords; variable75 auto Result = HashedRecords.try_emplace(Hash, nextTypeIndex()); in insertRecordAs()
42 DenseMap<LocallyHashedType, TypeIndex> HashedRecords; variable
84 HashedRecords.clear(); in reset()101 auto Result = HashedRecords.try_emplace(WeakHash, nextTypeIndex()); in insertRecordAs()
91 HashedRecords.clear(); in reset()
42 DenseMap<StringRef, TypeIndex> HashedRecords; variable