LLVM 20.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 |
std::vector< uint64_t > | TotalSizes |
Summary of memprof metadata on allocations.
Definition at line 392 of file ModuleSummaryIndex.h.
|
inline |
Definition at line 410 of file ModuleSummaryIndex.h.
References llvm::SmallVectorTemplateBase< T, bool >::push_back(), and Versions.
|
inline |
Definition at line 413 of file ModuleSummaryIndex.h.
std::vector<MIBInfo> llvm::AllocInfo::MIBs |
Definition at line 404 of file ModuleSummaryIndex.h.
Referenced by llvm::operator<<().
std::vector<uint64_t> llvm::AllocInfo::TotalSizes |
Definition at line 408 of file ModuleSummaryIndex.h.
Referenced by llvm::operator<<().
SmallVector<uint8_t> llvm::AllocInfo::Versions |
Definition at line 401 of file ModuleSummaryIndex.h.
Referenced by AllocInfo(), and llvm::operator<<().