Searched refs:AllBytes (Results 1 – 1 of 1) sorted by relevance
1126 StringRef AllBytes(Buffer.data(), Buffer.size()); in createSignature() local1129 Hasher.update(AllBytes.slice(ASTBlockRange.first, ASTBlockRange.second)); in createSignature()1134 Hasher.update(AllBytes.slice(0, UnhashedControlBlockRange.first)); in createSignature()1137 AllBytes.slice(UnhashedControlBlockRange.second, ASTBlockRange.first)); in createSignature()1139 Hasher.update(AllBytes.slice(ASTBlockRange.second, StringRef::npos)); in createSignature()