Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DPGOCtxProfWriter.h38 FlatProfilesSectionBlockID = ContextNodeBlockID + 1, enumerator
39 FlatProfileBlockID = FlatProfilesSectionBlockID + 1,
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfWriter.cpp65 DescribeBlock(PGOCtxProfileBlockIDs::FlatProfilesSectionBlockID, in PGOCtxProfileWriter()
130 Writer.EnterSubblock(PGOCtxProfileBlockIDs::FlatProfilesSectionBlockID, in startFlatSection()
H A DPGOCtxProfReader.cpp238 enterBlockWithID(PGOCtxProfileBlockIDs::FlatProfilesSectionBlockID)); in loadFlatProfiles()
251 } else if (Test == PGOCtxProfileBlockIDs::FlatProfilesSectionBlockID) { in loadProfiles()