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 () 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 261 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 273 of file MemProf.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 298 of file MemProf.h.

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

◆ operator==()

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

Definition at line 284 of file MemProf.h.

References Info, and llvm::Other.

Referenced by operator!=().

◆ serializedSize()

size_t llvm::memprof::IndexedAllocationInfo::serializedSize ( ) const
inline

Definition at line 278 of file MemProf.h.

References llvm::memprof::PortableMemInfoBlock::serializedSize().

Member Data Documentation

◆ CallStack

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

Definition at line 265 of file MemProf.h.

Referenced by llvm::memprof::AllocationInfo::AllocationInfo().

◆ CSId

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

Definition at line 268 of file MemProf.h.

◆ Info

PortableMemInfoBlock llvm::memprof::IndexedAllocationInfo::Info

Definition at line 270 of file MemProf.h.

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


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