Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A 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()
H A DGSIStreamBuilder.cpp42 std::vector<PSHashRecord> HashRecords;
124 Size += HashRecords.size() * sizeof(PSHashRecord); in calculateSerializedLength()
134 Header.HrSize = HashRecords.size() * sizeof(PSHashRecord); in commit()
239 auto BucketCmp = [Records](const PSHashRecord &LHash, in finalizeBuckets()
240 const PSHashRecord &RHash) { in finalizeBuckets()
257 for (PSHashRecord &HRec : make_range(B, E)) in finalizeBuckets()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DGlobalsStream.h31 GSIHashIterator, FixedStreamArrayIterator<PSHashRecord>,
53 FixedStreamArray<PSHashRecord> HashRecords;
H A DRawTypes.h40 struct PSHashRecord { struct
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1824 for (const PSHashRecord &HR : Table.HashRecords) in dumpSymbolsFromGSI()