LLVM 20.0.0git
|
#include "llvm/ProfileData/MemProf.h"
Public Member Functions | |
IndexedAllocationInfo ()=default | |
IndexedAllocationInfo (ArrayRef< FrameId > CS, CallStackId CSId, const MemInfoBlock &MB, const MemProfSchema &Schema=getFullSchema()) | |
size_t | serializedSize (const MemProfSchema &Schema, IndexedVersion Version) const |
bool | operator== (const IndexedAllocationInfo &Other) const |
bool | operator!= (const IndexedAllocationInfo &Other) const |
Public Attributes | |
llvm::SmallVector< FrameId > | CallStack |
CallStackId | CSId = 0 |
PortableMemInfoBlock | Info |
|
default |
|
inline |
|
inline |
Definition at line 370 of file MemProf.h.
References operator==(), and llvm::Other.
|
inline |
Definition at line 361 of file MemProf.h.
References CSId, Info, and llvm::Other.
Referenced by operator!=().
size_t llvm::memprof::IndexedAllocationInfo::serializedSize | ( | const MemProfSchema & | Schema, |
IndexedVersion | Version | ||
) | const |
Definition at line 58 of file MemProf.cpp.
References llvm_unreachable, llvm::memprof::serializedSizeV0(), llvm::memprof::serializedSizeV2(), llvm::memprof::serializedSizeV3(), llvm::Version, llvm::memprof::Version0, llvm::memprof::Version1, llvm::memprof::Version2, and llvm::memprof::Version3.
llvm::SmallVector<FrameId> llvm::memprof::IndexedAllocationInfo::CallStack |
Definition at line 344 of file MemProf.h.
Referenced by llvm::memprof::AllocationInfo::AllocationInfo(), and llvm::memprof::serializedSizeV0().
CallStackId llvm::memprof::IndexedAllocationInfo::CSId = 0 |
Definition at line 347 of file MemProf.h.
Referenced by operator==().
PortableMemInfoBlock llvm::memprof::IndexedAllocationInfo::Info |
Definition at line 349 of file MemProf.h.
Referenced by llvm::memprof::AllocationInfo::AllocationInfo(), and operator==().