Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DPGOCtxProfWriter.h39 FlatProfileBlockID = FlatProfilesSectionBlockID + 1, enumerator
40 UnhandledBlockID = FlatProfileBlockID + 1,
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfReader.cpp92 Kind == PGOCtxProfileBlockIDs::FlatProfileBlockID) && in readProfile()
227 while (canEnterBlockWithID(PGOCtxProfileBlockIDs::FlatProfileBlockID)) { in loadFlatProfileList()
228 EXPECT_OR_RET(E, readProfile(PGOCtxProfileBlockIDs::FlatProfileBlockID)); in loadFlatProfileList()
H A DPGOCtxProfWriter.cpp67 DescribeBlock(PGOCtxProfileBlockIDs::FlatProfileBlockID, "Flat"); in PGOCtxProfileWriter()
159 Writer.EnterSubblock(PGOCtxProfileBlockIDs::FlatProfileBlockID, CodeLen); in writeFlat()