Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DTypeHashing.cpp56 ArrayRef<uint8_t> BytesToHash; in hashType() local
59 BytesToHash = ArrayRef(IndexBytes, sizeof(TypeIndex)); in hashType()
67 BytesToHash = Prev[TI.toArrayIndex()].Hash; in hashType()
69 S.update(BytesToHash); in hashType()