Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h132 std::pair<uint64_t, uint64_t> UnhashedControlBlockRange; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1134 Hasher.update(AllBytes.slice(0, UnhashedControlBlockRange.first)); in createSignature()
1137 AllBytes.slice(UnhashedControlBlockRange.second, ASTBlockRange.first)); in createSignature()
1175 UnhashedControlBlockRange.first = Stream.GetCurrentBitNo() >> 3; in writeUnhashedControlBlock()
1282 UnhashedControlBlockRange.second = Stream.GetCurrentBitNo() >> 3; in writeUnhashedControlBlock()