Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfWriter.cpp39 auto DescribeBlock = [&](unsigned ID, StringRef Name) { in PGOCtxProfileWriter() local
52 DescribeBlock(PGOCtxProfileBlockIDs::ProfileMetadataBlockID, "Metadata"); in PGOCtxProfileWriter()
54 DescribeBlock(PGOCtxProfileBlockIDs::ContextsSectionBlockID, "Contexts"); in PGOCtxProfileWriter()
55 DescribeBlock(PGOCtxProfileBlockIDs::ContextRootBlockID, "Root"); in PGOCtxProfileWriter()
60 DescribeBlock(PGOCtxProfileBlockIDs::UnhandledBlockID, "Unhandled"); in PGOCtxProfileWriter()
61 DescribeBlock(PGOCtxProfileBlockIDs::ContextNodeBlockID, "Context"); in PGOCtxProfileWriter()
65 DescribeBlock(PGOCtxProfileBlockIDs::FlatProfilesSectionBlockID, in PGOCtxProfileWriter()
67 DescribeBlock(PGOCtxProfileBlockIDs::FlatProfileBlockID, "Flat"); in PGOCtxProfileWriter()