LLVM 22.0.0git
|
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< unsigned > | StackIdIndices |
Summary of a single MIB in a memprof metadata on allocations.
Definition at line 382 of file ModuleSummaryIndex.h.
|
inline |
Definition at line 392 of file ModuleSummaryIndex.h.
References AllocType, llvm::move(), and StackIdIndices.
AllocationType llvm::MIBInfo::AllocType |
Definition at line 384 of file ModuleSummaryIndex.h.
Referenced by MIBInfo(), and llvm::operator<<().
SmallVector<unsigned> llvm::MIBInfo::StackIdIndices |
Definition at line 390 of file ModuleSummaryIndex.h.
Referenced by MIBInfo(), and llvm::operator<<().