LLVM 20.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 | |
std::vector< Frame > | CallStack |
PortableMemInfoBlock | Info |
|
default |
|
inline |
Definition at line 384 of file MemProf.h.
References llvm::memprof::IndexedAllocationInfo::CallStack, llvm::memprof::IndexedAllocationInfo::Info, and Info.
|
inline |
std::vector<Frame> llvm::memprof::AllocationInfo::CallStack |
Definition at line 379 of file MemProf.h.
Referenced by llvm::memprof::IndexedMemProfRecord::toMemProfRecord().
PortableMemInfoBlock llvm::memprof::AllocationInfo::Info |
Definition at line 381 of file MemProf.h.
Referenced by AllocationInfo(), printYAML(), and llvm::memprof::IndexedMemProfRecord::toMemProfRecord().