LLVM 20.0.0git
|
#include "llvm/ProfileData/PGOCtxProfReader.h"
Public Member Functions | |
PGOCtxProfileReader (StringRef Buffer) | |
Expected< std::map< GlobalValue::GUID, PGOCtxProfContext > > | loadContexts () |
Definition at line 74 of file PGOCtxProfReader.h.
|
inline |
Definition at line 87 of file PGOCtxProfReader.h.
References llvm::size().
Expected< std::map< GlobalValue::GUID, PGOCtxProfContext > > PGOCtxProfileReader::loadContexts | ( | ) |
Definition at line 178 of file PGOCtxProfReader.cpp.
References EXPECT_OR_RET, and RET_ON_ERR.
Referenced by llvm::CtxProfAnalysis::run().