LLVM 22.0.0git
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< CallSiteInfoCallSites

Detailed Description

Definition at line 518 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 527 of file MemProf.h.

References AllocSites, CallSites, F, and N.

Member Data Documentation

◆ AllocSites

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

◆ CallSites

llvm::SmallVector<CallSiteInfo> llvm::memprof::MemProfRecord::CallSites

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