LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::memprof::IndexedAllocationInfo Struct Reference

#include "llvm/ProfileData/MemProf.h"

Public Member Functions

 IndexedAllocationInfo ()=default
 
 IndexedAllocationInfo (ArrayRef< FrameId > CS, CallStackId CSId, const MemInfoBlock &MB)
 
size_t serializedSize (IndexedVersion Version) const
 
bool operator== (const IndexedAllocationInfo &Other) const
 
bool operator!= (const IndexedAllocationInfo &Other) const
 

Public Attributes

llvm::SmallVector< FrameIdCallStack
 
CallStackId CSId = 0
 
PortableMemInfoBlock Info
 

Detailed Description

Definition at line 278 of file MemProf.h.

Constructor & Destructor Documentation

◆ IndexedAllocationInfo() [1/2]

llvm::memprof::IndexedAllocationInfo::IndexedAllocationInfo ( )
default

◆ IndexedAllocationInfo() [2/2]

llvm::memprof::IndexedAllocationInfo::IndexedAllocationInfo ( ArrayRef< FrameId CS,
CallStackId  CSId,
const MemInfoBlock &  MB 
)
inline

Definition at line 290 of file MemProf.h.

Member Function Documentation

◆ operator!=()

bool llvm::memprof::IndexedAllocationInfo::operator!= ( const IndexedAllocationInfo Other) const
inline

Definition at line 306 of file MemProf.h.

References operator==(), and llvm::Other.

◆ operator==()

bool llvm::memprof::IndexedAllocationInfo::operator== ( const IndexedAllocationInfo Other) const
inline

Definition at line 297 of file MemProf.h.

References CSId, Info, and llvm::Other.

Referenced by operator!=().

◆ serializedSize()

size_t llvm::memprof::IndexedAllocationInfo::serializedSize ( IndexedVersion  Version) const

Member Data Documentation

◆ CallStack

llvm::SmallVector<FrameId> llvm::memprof::IndexedAllocationInfo::CallStack

◆ CSId

CallStackId llvm::memprof::IndexedAllocationInfo::CSId = 0

Definition at line 285 of file MemProf.h.

Referenced by operator==().

◆ Info

PortableMemInfoBlock llvm::memprof::IndexedAllocationInfo::Info

Definition at line 287 of file MemProf.h.

Referenced by llvm::memprof::AllocationInfo::AllocationInfo(), and operator==().


The documentation for this struct was generated from the following files: