Searched refs:AllBytes (Results 1 – 1 of 1) sorted by relevance
1176 StringRef AllBytes(Buffer.data(), Buffer.size()); in createSignature() local1179 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()