Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DMergingTypeTableBuilder.cpp74 HashedRecords.clear(); in reset()
93 auto Result = HashedRecords.try_emplace(WeakHash, nextTypeIndex()); in insertRecordAs()
134 auto Result = HashedRecords.try_emplace(WeakHash, Index.toArrayIndex()); in replaceType()
H A DGlobalTypeTableBuilder.cpp77 HashedRecords.clear(); in reset()
122 auto Result = HashedRecords.try_emplace(Hash, Index.toArrayIndex()); in replaceType()
/llvm-project-15.0.7/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