Home
last modified time | relevance | path

Searched refs:BitCodeConstants (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DBitcodeWriter.cpp43 BitCodeConstants::BoolSize)}); in BoolAbbrev()
50 BitCodeConstants::IntSize)}); in IntAbbrev()
57 BitCodeConstants::USRLengthSize), in SymbolIDAbbrev()
79 BitCodeConstants::LineNumberSize), in LocationAbbrev()
82 BitCodeConstants::BoolSize), in LocationAbbrev()
85 BitCodeConstants::StringLengthSize), in LocationAbbrev()
240 constexpr unsigned char BitCodeConstants::Signature[];
260 for (char C : BitCodeConstants::Signature) in emitHeader()
261 Stream.Emit((unsigned)C, BitCodeConstants::SignatureBitSize); in emitHeader()
364 assert(Val < (1U << BitCodeConstants::IntSize)); in emitRecord()
[all …]
H A DBitcodeWriter.h35 struct BitCodeConstants { struct
182 Stream.EnterSubblock(ID, BitCodeConstants::SubblockIDSize); in StreamSubBlockGuard()
214 SmallVector<uint32_t, BitCodeConstants::RecordSize> Record;
H A DBitcodeReader.cpp28 if (R[0] != BitCodeConstants::USRHashSize) in decodeRecord()
707 else if (MaybeRead.get() != BitCodeConstants::Signature[Idx]) in validateStream()