Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DGlobalsStream.cpp115 if (HashHdr->HrSize % sizeof(PSHashRecord)) in readGSIHashRecords()
118 uint32_t NumHashRecords = HashHdr->HrSize / sizeof(PSHashRecord); in readGSIHashRecords()
174 if (HashHdr->HrSize > 0) in read()
H A DGSIStreamBuilder.cpp137 Header.HrSize = HashRecords.size() * sizeof(PSHashRecord); in commit()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DGlobalsStream.h63 uint32_t getHashRecordSize() const { return HashHdr->HrSize; } in getHashRecordSize()
H A DRawTypes.h35 support::ulittle32_t HrSize; member