Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/ProfileData/
H A DPGOCtxProfWriter.h78 static constexpr unsigned CodeLen = 2;
85 static constexpr unsigned CodeLen = 2; global() variable
/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfWriter.cpp52 Writer.EnterSubblock(PGOCtxProfileBlockIDs::ProfileMetadataBlockID, CodeLen);
72 Writer.EnterSubblock(PGOCtxProfileBlockIDs::ContextNodeBlockID, CodeLen);
/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()