Home
last modified time | relevance | path

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

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