Searched refs:CodeLen (Results 1 – 3 of 3) sorted by relevance
78 static constexpr unsigned CodeLen = 2;85 static constexpr unsigned CodeLen = 2; global() variable
52 Writer.EnterSubblock(PGOCtxProfileBlockIDs::ProfileMetadataBlockID, CodeLen);72 Writer.EnterSubblock(PGOCtxProfileBlockIDs::ContextNodeBlockID, CodeLen);
363 void EnterSubblock(unsigned BlockID, unsigned CodeLen) { in EnterSubblock() argument368 EmitVBR(CodeLen, bitc::CodeLenWidth); in EnterSubblock()377 CurCodeSize = CodeLen; in EnterSubblock()