LLVM 20.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::memprof::MemProfRecord Struct Reference

#include "llvm/ProfileData/MemProf.h"

Public Member Functions

 MemProfRecord ()=default
 
void print (llvm::raw_ostream &OS) const
 

Public Attributes

llvm::SmallVector< AllocationInfoAllocSites
 
llvm::SmallVector< std::vector< Frame > > CallSites
 

Detailed Description

Definition at line 450 of file MemProf.h.

Constructor & Destructor Documentation

◆ MemProfRecord()

llvm::memprof::MemProfRecord::MemProfRecord ( )
default

Member Function Documentation

◆ print()

void llvm::memprof::MemProfRecord::print ( llvm::raw_ostream OS) const
inline

Definition at line 459 of file MemProf.h.

References llvm::SmallVectorBase< Size_T >::empty(), F, N, and OS.

Member Data Documentation

◆ AllocSites

llvm::SmallVector<AllocationInfo> llvm::memprof::MemProfRecord::AllocSites

◆ CallSites

llvm::SmallVector<std::vector<Frame> > llvm::memprof::MemProfRecord::CallSites

The documentation for this struct was generated from the following file: