Home
last modified time | relevance | path

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

/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()
H A DPGOCtxProfWriter.cpp33 Writer.EnterSubblock(PGOCtxProfileBlockIDs::ContextNodeBlockID, CodeLen); in writeImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DPGOCtxProfWriter.h25 ContextNodeBlockID = ProfileMetadataBlockID + 1 enumerator