LLVM 20.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 364 of file ModuleSummaryIndex.h.
|
inline |
Definition at line 374 of file ModuleSummaryIndex.h.
AllocationType llvm::MIBInfo::AllocType |
Definition at line 366 of file ModuleSummaryIndex.h.
Referenced by llvm::operator<<().
SmallVector<unsigned> llvm::MIBInfo::StackIdIndices |
Definition at line 372 of file ModuleSummaryIndex.h.
Referenced by llvm::operator<<().