LLVM 20.0.0git
Public Member Functions | List of all members
llvm::PGOCtxProfileReader Class Referencefinal

#include "llvm/ProfileData/PGOCtxProfReader.h"

Public Member Functions

 PGOCtxProfileReader (StringRef Buffer)
 
Expected< std::map< GlobalValue::GUID, PGOCtxProfContext > > loadContexts ()
 

Detailed Description

Definition at line 74 of file PGOCtxProfReader.h.

Constructor & Destructor Documentation

◆ PGOCtxProfileReader()

llvm::PGOCtxProfileReader::PGOCtxProfileReader ( StringRef  Buffer)
inline

Definition at line 87 of file PGOCtxProfReader.h.

References llvm::size().

Member Function Documentation

◆ loadContexts()

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().


The documentation for this class was generated from the following files: