|
LLVM 23.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 379 of file ModuleSummaryIndex.h.
|
inline |
Definition at line 389 of file ModuleSummaryIndex.h.
References AllocType, llvm::move(), and StackIdIndices.
| AllocationType llvm::MIBInfo::AllocType |
Definition at line 381 of file ModuleSummaryIndex.h.
Referenced by MIBInfo(), and llvm::operator<<().
| SmallVector<unsigned> llvm::MIBInfo::StackIdIndices |
Definition at line 387 of file ModuleSummaryIndex.h.
Referenced by MIBInfo(), and llvm::operator<<().