Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDGSIStreamBuilder.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()
HDGlobalsStream.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()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
HDGlobalsStream.h31 GSIHashIterator, FixedStreamArrayIterator<PSHashRecord>,
53 FixedStreamArray<PSHashRecord> HashRecords;
HDRawTypes.h40 struct PSHashRecord { struct
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDDumpOutputStyle.cpp1829 for (const PSHashRecord &HR : Table.HashRecords) in dumpSymbolsFromGSI()