LLVM 18.0.0git
|
#include "llvm/ProfileData/MemProf.h"
Public Member Functions | |
AllocationInfo ()=default | |
AllocationInfo (const IndexedAllocationInfo &IndexedAI, llvm::function_ref< const Frame(const FrameId)> IdToFrameCallback) | |
void | printYAML (raw_ostream &OS) const |
Public Attributes | |
llvm::SmallVector< Frame > | CallStack |
PortableMemInfoBlock | Info |
|
default |
|
inline |
Definition at line 300 of file MemProf.h.
References llvm::memprof::IndexedAllocationInfo::CallStack, llvm::memprof::IndexedAllocationInfo::Info, and Info.
|
inline |
llvm::SmallVector<Frame> llvm::memprof::AllocationInfo::CallStack |
PortableMemInfoBlock llvm::memprof::AllocationInfo::Info |
Definition at line 297 of file MemProf.h.
Referenced by AllocationInfo(), and printYAML().