LLVM 20.0.0git
|
#include "llvm/ProfileData/MemProf.h"
Public Member Functions | |
IndexedAllocationInfo ()=default | |
IndexedAllocationInfo (CallStackId CSId, const MemInfoBlock &MB, const MemProfSchema &Schema=getFullSchema()) | |
IndexedAllocationInfo (CallStackId CSId, const PortableMemInfoBlock &MB) | |
size_t | serializedSize (const MemProfSchema &Schema, IndexedVersion Version) const |
bool | operator== (const IndexedAllocationInfo &Other) const |
bool | operator!= (const IndexedAllocationInfo &Other) const |
Public Attributes | |
CallStackId | CSId = 0 |
PortableMemInfoBlock | Info |
|
default |
|
inline |
Definition at line 344 of file MemProf.h.
References llvm::memprof::getFullSchema().
|
inline |
|
inline |
Definition at line 363 of file MemProf.h.
References llvm::operator==(), and Other.
|
inline |
size_t llvm::memprof::IndexedAllocationInfo::serializedSize | ( | const MemProfSchema & | Schema, |
IndexedVersion | Version | ||
) | const |
Definition at line 46 of file MemProf.cpp.
References llvm_unreachable, llvm::memprof::serializedSizeV2(), llvm::memprof::serializedSizeV3(), llvm::Version, llvm::memprof::Version2, and llvm::memprof::Version3.
CallStackId llvm::memprof::IndexedAllocationInfo::CSId = 0 |
Definition at line 339 of file MemProf.h.
Referenced by llvm::IndexedMemProfReader::getMemProfCallerCalleePairs().
PortableMemInfoBlock llvm::memprof::IndexedAllocationInfo::Info |