Searched refs:HashedRecords (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/DebugInfo/CodeView/
H A DMemoryTypeTableBuilder.cpp18 auto I = HashedRecords.find(Data);
19 if (I != HashedRecords.end()) {
42 HashedRecords.insert(std::make_pair(StringRef(Mem + SizeOfRecLen, Data.size()), TI));
/external/llvm/include/llvm/DebugInfo/CodeView/
H A DMemoryTypeTableBuilder.h42 DenseMap<StringRef, TypeIndex> HashedRecords; member in class:llvm::codeview::MemoryTypeTableBuilder

Completed in 109 milliseconds