Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp89 uint32_t NumHashValues = in reload() local
91 if (NumHashValues != getNumTypeRecords() && NumHashValues != 0) in reload()
96 if (auto EC = HSR.readArray(HashValues, NumHashValues)) in reload()