Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DPGOCtxProfWriter.h35 ContextsSectionBlockID = ProfileMetadataBlockID + 1, enumerator
36 ContextRootBlockID = ContextsSectionBlockID + 1,
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfWriter.cpp54 DescribeBlock(PGOCtxProfileBlockIDs::ContextsSectionBlockID, "Contexts"); in PGOCtxProfileWriter()
126 Writer.EnterSubblock(PGOCtxProfileBlockIDs::ContextsSectionBlockID, CodeLen); in startContextSection()
H A DPGOCtxProfReader.cpp216 RET_ON_ERR(enterBlockWithID(PGOCtxProfileBlockIDs::ContextsSectionBlockID)); in loadContexts()
249 if (Test == PGOCtxProfileBlockIDs::ContextsSectionBlockID) { in loadProfiles()