Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DGlobalTypeTableBuilder.h42 DenseMap<GloballyHashedType, TypeIndex> HashedRecords; variable
75 auto Result = HashedRecords.try_emplace(Hash, nextTypeIndex()); in insertRecordAs()
H A DMergingTypeTableBuilder.h42 DenseMap<LocallyHashedType, TypeIndex> HashedRecords; variable
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DMergingTypeTableBuilder.cpp84 HashedRecords.clear(); in reset()
101 auto Result = HashedRecords.try_emplace(WeakHash, nextTypeIndex()); in insertRecordAs()
H A DGlobalTypeTableBuilder.cpp91 HashedRecords.clear(); in reset()