LLVM: llvm::MIBInfo Struct Reference (original) (raw)

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

#include "[llvm/IR/ModuleSummaryIndex.h](ModuleSummaryIndex%5F8h%5Fsource.html)"

Public Member Functions
Public Attributes
AllocationType AllocType
SmallVector< unsigned > StackIdIndices

Detailed Description

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

Definition at line 406 of file ModuleSummaryIndex.h.

Constructor & Destructor Documentation

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

Definition at line 416 of file ModuleSummaryIndex.h.

References AllocType, llvm::move(), and StackIdIndices.

Member Data Documentation

AllocType

AllocationType llvm::MIBInfo::AllocType

Definition at line 408 of file ModuleSummaryIndex.h.

Referenced by MIBInfo(), and llvm::operator<<().

StackIdIndices

SmallVector<unsigned> llvm::MIBInfo::StackIdIndices

Definition at line 414 of file ModuleSummaryIndex.h.

Referenced by MIBInfo(), and llvm::operator<<().


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