LLVM 20.0.0git
|
#include "llvm/ProfileData/MemProf.h"
Public Member Functions | |
MemProfRecord ()=default | |
void | print (llvm::raw_ostream &OS) const |
Public Attributes | |
llvm::SmallVector< AllocationInfo > | AllocSites |
llvm::SmallVector< std::vector< Frame > > | CallSites |
|
default |
|
inline |
llvm::SmallVector<AllocationInfo> llvm::memprof::MemProfRecord::AllocSites |
Definition at line 452 of file MemProf.h.
Referenced by llvm::yaml::MappingTraits< memprof::GUIDMemProfRecordPair >::mapping(), and undriftMemProfRecord().
llvm::SmallVector<std::vector<Frame> > llvm::memprof::MemProfRecord::CallSites |
Definition at line 454 of file MemProf.h.
Referenced by llvm::yaml::MappingTraits< memprof::GUIDMemProfRecordPair >::mapping(), and undriftMemProfRecord().