Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DPGOCtxProfWriter.h23 enum PGOCtxProfileBlockIDs { enum
73 Writer.EnterSubblock(PGOCtxProfileBlockIDs::ProfileMetadataBlockID,
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfReader.cpp73 Blk->ID == PGOCtxProfileBlockIDs::ContextNodeBlockID; in canReadContext()
78 RET_ON_ERR(Cursor.EnterSubBlock(PGOCtxProfileBlockIDs::ContextNodeBlockID)); in readContext()
146 Cursor.EnterSubBlock(PGOCtxProfileBlockIDs::ProfileMetadataBlockID)); in readMetadata()
H A DPGOCtxProfWriter.cpp33 Writer.EnterSubblock(PGOCtxProfileBlockIDs::ContextNodeBlockID, CodeLen); in writeImpl()