Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfReader.cpp28 #define EXPECT_OR_RET(LHS, RHS) \ macro
117 EXPECT_OR_RET(Entry, advance()); in readProfile()
129 EXPECT_OR_RET(ReadRecord, in readProfile()
169 EXPECT_OR_RET(SC, readProfile(PGOCtxProfileBlockIDs::ContextNodeBlockID)); in readProfile()
195 EXPECT_OR_RET(Blk, advance()); in readMetadata()
200 EXPECT_OR_RET(MData, advance()); in readMetadata()
205 EXPECT_OR_RET(Code, Cursor.readRecord(bitc::UNABBREV_RECORD, Ver)); in readMetadata()
218 EXPECT_OR_RET(E, readProfile(PGOCtxProfileBlockIDs::ContextRootBlockID)); in loadContexts()
228 EXPECT_OR_RET(E, readProfile(PGOCtxProfileBlockIDs::FlatProfileBlockID)); in loadFlatProfileList()