Searched refs:CodeLen (Results 1 – 3 of 3) sorted by relevance
72 Writer.EnterSubblock(PGOCtxProfileBlockIDs::ProfileMetadataBlockID, CodeLen); in PGOCtxProfileWriter()110 Writer.EnterSubblock(PGOCtxProfileBlockIDs::ContextNodeBlockID, CodeLen); in writeNode()126 Writer.EnterSubblock(PGOCtxProfileBlockIDs::ContextsSectionBlockID, CodeLen); in startContextSection()131 CodeLen); in startFlatSection()143 Writer.EnterSubblock(PGOCtxProfileBlockIDs::ContextRootBlockID, CodeLen); in writeContextual()148 Writer.EnterSubblock(PGOCtxProfileBlockIDs::UnhandledBlockID, CodeLen); in writeContextual()159 Writer.EnterSubblock(PGOCtxProfileBlockIDs::FlatProfileBlockID, CodeLen); in writeFlat()
109 static constexpr unsigned CodeLen = 2; variable
363 void EnterSubblock(unsigned BlockID, unsigned CodeLen) { in EnterSubblock() argument368 EmitVBR(CodeLen, bitc::CodeLenWidth); in EnterSubblock()377 CurCodeSize = CodeLen; in EnterSubblock()