Home
last modified time | relevance | path

Searched refs:NumHashRecords (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DGlobalsStream.cpp78 uint32_t NumHashRecords = HashHdr->HrSize / sizeof(PSHashRecord); in readGSIHashRecords() local
79 if (auto EC = Reader.readArray(HashRecords, NumHashRecords)) in readGSIHashRecords()
/external/llvm/lib/DebugInfo/PDB/Raw/
DPublicsStream.cpp109 uint32_t NumHashRecords = HashHdr->HrSize / sizeof(PSHashRecord); in reload() local
110 if (auto EC = Reader.readArray(HashRecords, NumHashRecords)) in reload()