LLVM
17.0.0git
|
Summary of memprof metadata on allocations. More...
#include "llvm/IR/ModuleSummaryIndex.h"
Public Member Functions | |
AllocInfo (std::vector< MIBInfo > MIBs) | |
AllocInfo (SmallVector< uint8_t > Versions, std::vector< MIBInfo > MIBs) | |
Public Attributes | |
SmallVector< uint8_t > | Versions |
std::vector< MIBInfo > | MIBs |
Summary of memprof metadata on allocations.
Definition at line 341 of file ModuleSummaryIndex.h.
|
inline |
Definition at line 355 of file ModuleSummaryIndex.h.
References Versions.
|
inline |
Definition at line 358 of file ModuleSummaryIndex.h.
std::vector<MIBInfo> llvm::AllocInfo::MIBs |
Definition at line 353 of file ModuleSummaryIndex.h.
SmallVector<uint8_t> llvm::AllocInfo::Versions |
Definition at line 350 of file ModuleSummaryIndex.h.
Referenced by AllocInfo().