Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfWriter.cpp72 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DPGOCtxProfWriter.h109 static constexpr unsigned CodeLen = 2; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitstreamWriter.h363 void EnterSubblock(unsigned BlockID, unsigned CodeLen) { in EnterSubblock() argument
368 EmitVBR(CodeLen, bitc::CodeLenWidth); in EnterSubblock()
377 CurCodeSize = CodeLen; in EnterSubblock()