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

#include "llvm/ProfileData/MemProf.h"

Public Member Functions

 AllocationInfo ()=default
 
void printYAML (raw_ostream &OS) const
 

Public Attributes

std::vector< FrameCallStack
 
PortableMemInfoBlock Info
 

Detailed Description

Definition at line 370 of file MemProf.h.

Constructor & Destructor Documentation

◆ AllocationInfo()

llvm::memprof::AllocationInfo::AllocationInfo ( )
default

Member Function Documentation

◆ printYAML()

void llvm::memprof::AllocationInfo::printYAML ( raw_ostream OS) const
inline

Definition at line 378 of file MemProf.h.

References F, Info, and OS.

Member Data Documentation

◆ CallStack

std::vector<Frame> llvm::memprof::AllocationInfo::CallStack

◆ Info

PortableMemInfoBlock llvm::memprof::AllocationInfo::Info

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