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

Summary of a single MIB in a memprof metadata on allocations. More...

#include "llvm/IR/ModuleSummaryIndex.h"

Public Member Functions

 MIBInfo (AllocationType AllocType, SmallVector< unsigned > StackIdIndices)
 

Public Attributes

AllocationType AllocType
 
SmallVector< unsignedStackIdIndices
 

Detailed Description

Summary of a single MIB in a memprof metadata on allocations.

Definition at line 363 of file ModuleSummaryIndex.h.

Constructor & Destructor Documentation

◆ MIBInfo()

llvm::MIBInfo::MIBInfo ( AllocationType  AllocType,
SmallVector< unsigned StackIdIndices 
)
inline

Definition at line 373 of file ModuleSummaryIndex.h.

Member Data Documentation

◆ AllocType

AllocationType llvm::MIBInfo::AllocType

Definition at line 365 of file ModuleSummaryIndex.h.

Referenced by llvm::operator<<().

◆ StackIdIndices

SmallVector<unsigned> llvm::MIBInfo::StackIdIndices

Definition at line 371 of file ModuleSummaryIndex.h.

Referenced by llvm::operator<<().


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