Searched refs:FlatProfileBlockID (Results 1 – 3 of 3) sorted by relevance
39 FlatProfileBlockID = FlatProfilesSectionBlockID + 1, enumerator40 UnhandledBlockID = FlatProfileBlockID + 1,
92 Kind == PGOCtxProfileBlockIDs::FlatProfileBlockID) && in readProfile()227 while (canEnterBlockWithID(PGOCtxProfileBlockIDs::FlatProfileBlockID)) { in loadFlatProfileList()228 EXPECT_OR_RET(E, readProfile(PGOCtxProfileBlockIDs::FlatProfileBlockID)); in loadFlatProfileList()
67 DescribeBlock(PGOCtxProfileBlockIDs::FlatProfileBlockID, "Flat"); in PGOCtxProfileWriter()159 Writer.EnterSubblock(PGOCtxProfileBlockIDs::FlatProfileBlockID, CodeLen); in writeFlat()