Lines Matching refs:BitCodeConstants
43 BitCodeConstants::BoolSize)}); in BoolAbbrev()
50 BitCodeConstants::IntSize)}); in IntAbbrev()
57 BitCodeConstants::USRLengthSize), in SymbolIDAbbrev()
61 BitCodeConstants::USRBitLengthSize)}); in SymbolIDAbbrev()
68 BitCodeConstants::StringLengthSize), in StringAbbrev()
79 BitCodeConstants::LineNumberSize), in LocationAbbrev()
82 BitCodeConstants::BoolSize), in LocationAbbrev()
85 BitCodeConstants::StringLengthSize), in LocationAbbrev()
192 assert((Init.second.Name.size() + 1) <= BitCodeConstants::RecordSize); in __anon363bd6210202()
240 constexpr unsigned char BitCodeConstants::Signature[];
260 for (char C : BitCodeConstants::Signature) in emitHeader()
261 Stream.Emit((unsigned)C, BitCodeConstants::SignatureBitSize); in emitHeader()
321 assert(Str.size() < (1U << BitCodeConstants::StringLengthSize)); in emitRecord()
334 assert(Loc.Filename.size() < (1U << BitCodeConstants::StringLengthSize)); in emitRecord()
364 assert(Val < (1U << BitCodeConstants::IntSize)); in emitRecord()
383 assert(Block.second.size() < (1U << BitCodeConstants::SubblockIDSize)); in emitBlockInfoBlock()
391 assert(RIDs.size() < (1U << BitCodeConstants::SubblockIDSize)); in emitBlockInfo()