Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DPGOCtxProfWriter.h24 ProfileMetadataBlockID = bitc::FIRST_APPLICATION_BLOCKID, enumerator
25 ContextNodeBlockID = ProfileMetadataBlockID + 1
73 Writer.EnterSubblock(PGOCtxProfileBlockIDs::ProfileMetadataBlockID,
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfReader.cpp146 Cursor.EnterSubBlock(PGOCtxProfileBlockIDs::ProfileMetadataBlockID)); in readMetadata()