Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DGlobalsStream.h52 FixedStreamArray<PSHashRecord> HashRecords; variable
64 GSIHashIterator begin() const { return GSIHashIterator(HashRecords.begin()); } in begin()
65 GSIHashIterator end() const { return GSIHashIterator(HashRecords.end()); } in end()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DGSIStreamBuilder.cpp34 std::vector<PSHashRecord> HashRecords; member
53 Size += HashRecords.size() * sizeof(PSHashRecord); in calculateSerializedLength()
70 Header.HrSize = HashRecords.size() * sizeof(PSHashRecord); in commit()
76 if (auto EC = Writer.writeArray(makeArrayRef(HashRecords))) in commit()
124 HashRecords.reserve(Records.size()); in finalizeBuckets()
138 ulittle32_t(HashRecords.size() * SizeOfHROffsetCalc); in finalizeBuckets()
154 HashRecords.push_back(Entry.second); in finalizeBuckets()
DGlobalsStream.cpp67 static Error readGSIHashRecords(FixedStreamArray<PSHashRecord> &HashRecords, in readGSIHashRecords() argument
79 if (auto EC = Reader.readArray(HashRecords, NumHashRecords)) in readGSIHashRecords()
118 if (auto EC = readGSIHashRecords(HashRecords, HashHdr, Reader)) in read()
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DPublicsStream.h62 codeview::FixedStreamArray<PSHashRecord> HashRecords; variable
/external/llvm/lib/DebugInfo/PDB/Raw/
DPublicsStream.cpp110 if (auto EC = Reader.readArray(HashRecords, NumHashRecords)) in reload()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.cpp1522 for (const PSHashRecord &HR : Table.HashRecords) in dumpSymbolsFromGSI()