Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DPGOCtxProfWriter.h74 CodeLen);
85 static constexpr unsigned CodeLen = 2; variable
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfWriter.cpp33 Writer.EnterSubblock(PGOCtxProfileBlockIDs::ContextNodeBlockID, CodeLen); in writeImpl()
/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()