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, 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< FrameIdCallStack
 
CallStackId CSId = 0
 
PortableMemInfoBlock Info
 

Detailed Description

Definition at line 310 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,
const MemProfSchema Schema = getFullSchema() 
)
inline

Definition at line 322 of file MemProf.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 340 of file MemProf.h.

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

◆ operator==()

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

Definition at line 331 of file MemProf.h.

References CSId, Info, and llvm::Other.

Referenced by operator!=().

◆ serializedSize()

size_t llvm::memprof::IndexedAllocationInfo::serializedSize ( const MemProfSchema Schema,
IndexedVersion  Version 
) const

Member Data Documentation

◆ CallStack

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

◆ CSId

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

Definition at line 317 of file MemProf.h.

Referenced by operator==().

◆ Info

PortableMemInfoBlock llvm::memprof::IndexedAllocationInfo::Info

Definition at line 319 of file MemProf.h.

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


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