Home
last modified time | relevance | path

Searched refs:HashedRecords (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DMergingTypeTableBuilder.cpp73 HashedRecords.clear(); in reset()
92 auto Result = HashedRecords.try_emplace(WeakHash, nextTypeIndex()); in insertRecordAs()
133 auto Result = HashedRecords.try_emplace(WeakHash, Index.toArrayIndex()); in replaceType()
H A DGlobalTypeTableBuilder.cpp76 HashedRecords.clear(); in reset()
121 auto Result = HashedRecords.try_emplace(Hash, Index.toArrayIndex()); in replaceType()
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DGlobalTypeTableBuilder.h39 DenseMap<GloballyHashedType, TypeIndex> HashedRecords; variable
78 auto Result = HashedRecords.try_emplace(Hash, nextTypeIndex()); in insertRecordAs()
H A DMergingTypeTableBuilder.h38 DenseMap<LocallyHashedType, TypeIndex> HashedRecords; variable