Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DBitcodeWriter.cpp68 BitCodeConstants::StringLengthSize), in StringAbbrev()
85 BitCodeConstants::StringLengthSize), in LocationAbbrev()
321 assert(Str.size() < (1U << BitCodeConstants::StringLengthSize)); in emitRecord()
334 assert(Loc.Filename.size() < (1U << BitCodeConstants::StringLengthSize)); in emitRecord()
H A DBitcodeWriter.h41 static constexpr unsigned StringLengthSize = 16U; member