Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
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()