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.cpp116 if (HashHdr->HrSize % sizeof(PSHashRecord)) in readGSIHashRecords()
119 uint32_t NumHashRecords = HashHdr->HrSize / sizeof(PSHashRecord); in readGSIHashRecords()
175 if (HashHdr->HrSize > 0) in read()
H A DGSIStreamBuilder.cpp136 Header.HrSize = HashRecords.size() * sizeof(PSHashRecord); in commit()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DGlobalsStream.h62 uint32_t getHashRecordSize() const { return HashHdr->HrSize; } in getHashRecordSize()
H A DRawTypes.h35 support::ulittle32_t HrSize; member