Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DGSIStreamBuilder.cpp54 std::vector<PSHashRecord> HashRecords;
81 Size += HashRecords.size() * sizeof(PSHashRecord); in calculateSerializedLength()
98 Header.HrSize = HashRecords.size() * sizeof(PSHashRecord); in commit()
134 std::array<std::vector<std::pair<StringRef, PSHashRecord>>, IPHR_HASH + 1> in finalizeBuckets()
138 PSHashRecord HR; in finalizeBuckets()
175 llvm::sort(Bucket, [](const std::pair<StringRef, PSHashRecord> &Left, in finalizeBuckets()
176 const std::pair<StringRef, PSHashRecord> &Right) { in finalizeBuckets()
DGlobalsStream.cpp74 PSHashRecord PSH = GlobalsTable.HashRecords[StartRecordIndex]; in findRecordsByName()
107 static Error readGSIHashRecords(FixedStreamArray<PSHashRecord> &HashRecords, in readGSIHashRecords()
115 if (HashHdr->HrSize % sizeof(PSHashRecord)) in readGSIHashRecords()
118 uint32_t NumHashRecords = HashHdr->HrSize / sizeof(PSHashRecord); in readGSIHashRecords()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DGlobalsStream.h31 GSIHashIterator, FixedStreamArrayIterator<PSHashRecord>,
53 FixedStreamArray<PSHashRecord> HashRecords;
DRawTypes.h40 struct PSHashRecord { struct