Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DBitcodeWriter.h38 static constexpr unsigned SubblockIDSize = 4U; member
182 Stream.EnterSubblock(ID, BitCodeConstants::SubblockIDSize); in StreamSubBlockGuard()
H A DBitcodeWriter.cpp383 assert(Block.second.size() < (1U << BitCodeConstants::SubblockIDSize)); in emitBlockInfoBlock()
391 assert(RIDs.size() < (1U << BitCodeConstants::SubblockIDSize)); in emitBlockInfo()