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

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

Completed in 118 milliseconds