LLVM 20.0.0git
|
#include "llvm/ProfileData/MemProf.h"
Public Member Functions | |
MemProfRecord ()=default | |
MemProfRecord (const IndexedMemProfRecord &Record, llvm::function_ref< const Frame(const FrameId Id)> IdToFrameCallback) | |
void | print (llvm::raw_ostream &OS) const |
Public Attributes | |
llvm::SmallVector< AllocationInfo > | AllocSites |
llvm::SmallVector< std::vector< Frame > > | CallSites |
|
default |
|
inline |
Definition at line 479 of file MemProf.h.
References AllocSites, and CallSites.
|
inline |
llvm::SmallVector<AllocationInfo> llvm::memprof::MemProfRecord::AllocSites |
Definition at line 474 of file MemProf.h.
Referenced by MemProfRecord(), and print().
llvm::SmallVector<std::vector<Frame> > llvm::memprof::MemProfRecord::CallSites |
Definition at line 476 of file MemProf.h.
Referenced by MemProfRecord(), and print().