Searched refs:StringLengthSize (Results 1 – 2 of 2) sorted by relevance
68 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()
41 static constexpr unsigned StringLengthSize = 16U; member