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

#include "llvm/ProfileData/PGOCtxProfReader.h"

Public Member Functions

 PGOCtxProfileReader (BitstreamCursor &Cursor)
 
Expected< std::map< GlobalValue::GUID, PGOContextualProfile > > loadContexts ()
 

Detailed Description

Definition at line 75 of file PGOCtxProfReader.h.

Constructor & Destructor Documentation

◆ PGOCtxProfileReader()

llvm::PGOCtxProfileReader::PGOCtxProfileReader ( BitstreamCursor Cursor)
inline

Definition at line 87 of file PGOCtxProfReader.h.

Member Function Documentation

◆ loadContexts()

Expected< std::map< GlobalValue::GUID, PGOContextualProfile > > PGOCtxProfileReader::loadContexts ( )

Definition at line 163 of file PGOCtxProfReader.cpp.

References EXPECT_OR_RET, and RET_ON_ERR.


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