LLVM 18.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, const MemInfoBlock &MB)
 
size_t serializedSize () const
 
bool operator== (const IndexedAllocationInfo &Other) const
 
bool operator!= (const IndexedAllocationInfo &Other) const
 

Public Attributes

llvm::SmallVector< FrameIdCallStack
 
PortableMemInfoBlock Info
 

Detailed Description

Definition at line 254 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,
const MemInfoBlock &  MB 
)
inline

Definition at line 262 of file MemProf.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 286 of file MemProf.h.

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

◆ operator==()

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

Definition at line 272 of file MemProf.h.

References Info, and llvm::Other.

Referenced by operator!=().

◆ serializedSize()

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

Definition at line 266 of file MemProf.h.

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

Member Data Documentation

◆ CallStack

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

Definition at line 257 of file MemProf.h.

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

◆ Info

PortableMemInfoBlock llvm::memprof::IndexedAllocationInfo::Info

Definition at line 259 of file MemProf.h.

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


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