Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h135 std::pair<uint64_t, uint64_t> UnhashedControlBlockRange; variable
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1184 Hasher.update(AllBytes.slice(0, UnhashedControlBlockRange.first)); in createSignature()
1187 AllBytes.slice(UnhashedControlBlockRange.second, ASTBlockRange.first)); in createSignature()
1271 UnhashedControlBlockRange.first = Stream.GetCurrentBitNo() >> 3; in writeUnhashedControlBlock()
1395 UnhashedControlBlockRange.second = Stream.GetCurrentBitNo() >> 3; in writeUnhashedControlBlock()