Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DGlobalsStream.cpp75 PSHashRecord PSH = GlobalsTable.HashRecords[StartRecordIndex]; in findRecordsByName()
108 static Error readGSIHashRecords(FixedStreamArray<PSHashRecord> &HashRecords, in readGSIHashRecords()
116 if (HashHdr->HrSize % sizeof(PSHashRecord)) in readGSIHashRecords()
119 uint32_t NumHashRecords = HashHdr->HrSize / sizeof(PSHashRecord); in readGSIHashRecords()
H A DGSIStreamBuilder.cpp43 std::vector<PSHashRecord> HashRecords;
125 Size += HashRecords.size() * sizeof(PSHashRecord); in calculateSerializedLength()
135 Header.HrSize = HashRecords.size() * sizeof(PSHashRecord); in commit()
240 auto BucketCmp = [Records](const PSHashRecord &LHash, in finalizeBuckets()
241 const PSHashRecord &RHash) { in finalizeBuckets()
258 for (PSHashRecord &HRec : make_range(B, E)) in finalizeBuckets()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DGlobalsStream.h31 GSIHashIterator, FixedStreamArrayIterator<PSHashRecord>,
53 FixedStreamArray<PSHashRecord> HashRecords;
H A DRawTypes.h40 struct PSHashRecord { struct
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1729 for (const PSHashRecord &HR : Table.HashRecords) in dumpSymbolsFromGSI()