Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DGlobalsStream.cpp75 if (HashHdr->HrSize % sizeof(PSHashRecord)) in readGSIHashRecords()
78 uint32_t NumHashRecords = HashHdr->HrSize / sizeof(PSHashRecord); in readGSIHashRecords()
120 if (HashHdr->HrSize > 0) in read()
DGSIStreamBuilder.cpp70 Header.HrSize = HashRecords.size() * sizeof(PSHashRecord); in commit()
/external/llvm/lib/DebugInfo/PDB/Raw/
DPublicsStream.cpp70 ulittle32_t HrSize; member
106 if (HashHdr->HrSize % sizeof(PSHashRecord)) in reload()
109 uint32_t NumHashRecords = HashHdr->HrSize / sizeof(PSHashRecord); in reload()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DGlobalsStream.h60 uint32_t getHashRecordSize() const { return HashHdr->HrSize; } in getHashRecordSize()
DRawTypes.h36 support::ulittle32_t HrSize; member