Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DPGOCtxProfWriter.h40 UnhandledBlockID = FlatProfileBlockID + 1, enumerator
41 LAST_VALID = UnhandledBlockID
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfWriter.cpp60 DescribeBlock(PGOCtxProfileBlockIDs::UnhandledBlockID, "Unhandled"); in PGOCtxProfileWriter()
148 Writer.EnterSubblock(PGOCtxProfileBlockIDs::UnhandledBlockID, CodeLen); in writeContextual()
H A DPGOCtxProfReader.cpp120 Entry->ID == PGOCtxProfileBlockIDs::UnhandledBlockID) { in readProfile()
121 RET_ON_ERR(enterBlockWithID(PGOCtxProfileBlockIDs::UnhandledBlockID)); in readProfile()