Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/CodeView/
DMemoryTypeTableBuilder.cpp18 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()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DGlobalTypeTableBuilder.h42 DenseMap<GloballyHashedType, TypeIndex> HashedRecords; variable
75 auto Result = HashedRecords.try_emplace(Hash, nextTypeIndex()); in insertRecordAs()
DMergingTypeTableBuilder.h42 DenseMap<LocallyHashedType, TypeIndex> HashedRecords; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DMergingTypeTableBuilder.cpp84 HashedRecords.clear(); in reset()
101 auto Result = HashedRecords.try_emplace(WeakHash, nextTypeIndex()); in insertRecordAs()
DGlobalTypeTableBuilder.cpp91 HashedRecords.clear(); in reset()
/external/llvm/include/llvm/DebugInfo/CodeView/
DMemoryTypeTableBuilder.h42 DenseMap<StringRef, TypeIndex> HashedRecords; variable