LLVM 22.0.0git
|
#include "llvm/ProfileData/PGOCtxProfReader.h"
Public Member Functions | |
PGOCtxProfile ()=default | |
PGOCtxProfile (const PGOCtxProfile &)=delete | |
PGOCtxProfile (PGOCtxProfile &&)=default | |
PGOCtxProfile & | operator= (PGOCtxProfile &&)=default |
Public Attributes | |
CtxProfContextualProfiles | Contexts |
CtxProfFlatProfile | FlatProfiles |
Definition at line 189 of file PGOCtxProfReader.h.
|
default |
Referenced by operator=(), PGOCtxProfile(), and PGOCtxProfile().
|
delete |
References PGOCtxProfile().
|
default |
References PGOCtxProfile().
|
default |
References PGOCtxProfile().
CtxProfContextualProfiles llvm::PGOCtxProfile::Contexts |
Definition at line 190 of file PGOCtxProfReader.h.
CtxProfFlatProfile llvm::PGOCtxProfile::FlatProfiles |
Definition at line 191 of file PGOCtxProfReader.h.