Searched refs:ContextRootBlockID (Results 1 – 3 of 3) sorted by relevance
36 ContextRootBlockID = ContextsSectionBlockID + 1, enumerator37 ContextNodeBlockID = ContextRootBlockID + 1,
90 assert((Kind == PGOCtxProfileBlockIDs::ContextRootBlockID || in readProfile()104 const bool IsRoot = Kind == PGOCtxProfileBlockIDs::ContextRootBlockID; in readProfile()217 while (canEnterBlockWithID(PGOCtxProfileBlockIDs::ContextRootBlockID)) { in loadContexts()218 EXPECT_OR_RET(E, readProfile(PGOCtxProfileBlockIDs::ContextRootBlockID)); in loadContexts()
55 DescribeBlock(PGOCtxProfileBlockIDs::ContextRootBlockID, "Root"); in PGOCtxProfileWriter()143 Writer.EnterSubblock(PGOCtxProfileBlockIDs::ContextRootBlockID, CodeLen); in writeContextual()