Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DPGOCtxProfWriter.h34 ProfileMetadataBlockID = FIRST_VALID, enumerator
35 ContextsSectionBlockID = ProfileMetadataBlockID + 1,
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfWriter.cpp52 DescribeBlock(PGOCtxProfileBlockIDs::ProfileMetadataBlockID, "Metadata"); in PGOCtxProfileWriter()
72 Writer.EnterSubblock(PGOCtxProfileBlockIDs::ProfileMetadataBlockID, CodeLen); in PGOCtxProfileWriter()
H A DPGOCtxProfReader.cpp199 Cursor.EnterSubBlock(PGOCtxProfileBlockIDs::ProfileMetadataBlockID)); in readMetadata()