Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfReader.cpp80 Error PGOCtxProfileReader::enterBlockWithID(PGOCtxProfileBlockIDs ID) { in enterBlockWithID() function in PGOCtxProfileReader
94 RET_ON_ERR(enterBlockWithID(Kind)); in readProfile()
121 RET_ON_ERR(enterBlockWithID(PGOCtxProfileBlockIDs::UnhandledBlockID)); in readProfile()
216 RET_ON_ERR(enterBlockWithID(PGOCtxProfileBlockIDs::ContextsSectionBlockID)); in loadContexts()
238 enterBlockWithID(PGOCtxProfileBlockIDs::FlatProfilesSectionBlockID)); in loadFlatProfiles()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DPGOCtxProfReader.h212 Error enterBlockWithID(PGOCtxProfileBlockIDs ID);