Lines Matching refs:BitCodeConstants
43 BitCodeConstants::BoolSize)});
50 BitCodeConstants::IntSize)});
57 BitCodeConstants::USRLengthSize),
61 BitCodeConstants::USRBitLengthSize)});
68 BitCodeConstants::StringLengthSize),
79 BitCodeConstants::LineNumberSize),
82 BitCodeConstants::BoolSize),
85 BitCodeConstants::StringLengthSize),
205 assert((Init.second.Name.size() + 1) <= BitCodeConstants::RecordSize);
262 constexpr unsigned char BitCodeConstants::Signature[];
282 for (char C : BitCodeConstants::Signature)
283 Stream.Emit((unsigned)C, BitCodeConstants::SignatureBitSize);
343 assert(Str.size() < (1U << BitCodeConstants::StringLengthSize));
356 assert(Loc.Filename.size() < (1U << BitCodeConstants::StringLengthSize));
386 assert(Val < (1U << BitCodeConstants::IntSize));
407 assert(Block.second.size() < (1U << BitCodeConstants::SubblockIDSize));
415 assert(RIDs.size() < (1U << BitCodeConstants::SubblockIDSize));