Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeHashing.cpp57 ArrayRef<uint8_t> BytesToHash; in hashType() local
60 BytesToHash = makeArrayRef(IndexBytes, sizeof(TypeIndex)); in hashType()
62 BytesToHash = Prev[TI.toArrayIndex()].Hash; in hashType()
64 S.update(BytesToHash); in hashType()