Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1176 StringRef AllBytes(Buffer.data(), Buffer.size()); in createSignature() local
1179 Hasher.update(AllBytes.slice(ASTBlockRange.first, ASTBlockRange.second)); in createSignature()
1184 Hasher.update(AllBytes.slice(0, UnhashedControlBlockRange.first)); in createSignature()
1187 AllBytes.slice(UnhashedControlBlockRange.second, ASTBlockRange.first)); in createSignature()
1189 Hasher.update(AllBytes.slice(ASTBlockRange.second, StringRef::npos)); in createSignature()