LLVM 18.0.0git
|
#include "llvm/ProfileData/MemProf.h"
Public Member Functions | |
IndexedAllocationInfo ()=default | |
IndexedAllocationInfo (ArrayRef< FrameId > CS, const MemInfoBlock &MB) | |
size_t | serializedSize () const |
bool | operator== (const IndexedAllocationInfo &Other) const |
bool | operator!= (const IndexedAllocationInfo &Other) const |
Public Attributes | |
llvm::SmallVector< FrameId > | CallStack |
PortableMemInfoBlock | Info |
|
default |
|
inline |
Definition at line 289 of file MemProf.h.
References operator==(), and llvm::Other.
|
inline |
Definition at line 275 of file MemProf.h.
References Info, and llvm::Other.
Referenced by operator!=().
|
inline |
Definition at line 269 of file MemProf.h.
References llvm::memprof::PortableMemInfoBlock::serializedSize().
llvm::SmallVector<FrameId> llvm::memprof::IndexedAllocationInfo::CallStack |
Definition at line 260 of file MemProf.h.
Referenced by llvm::memprof::AllocationInfo::AllocationInfo().
PortableMemInfoBlock llvm::memprof::IndexedAllocationInfo::Info |
Definition at line 262 of file MemProf.h.
Referenced by llvm::memprof::AllocationInfo::AllocationInfo(), and operator==().