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< std::vector< ContextTotalSize > > | ContextSizeInfos |
Summary of memprof metadata on allocations.
Definition at line 405 of file ModuleSummaryIndex.h.
|
inline |
Definition at line 427 of file ModuleSummaryIndex.h.
References llvm::SmallVectorTemplateBase< T, bool >::push_back(), and Versions.
|
inline |
Definition at line 430 of file ModuleSummaryIndex.h.
std::vector<std::vector<ContextTotalSize> > llvm::AllocInfo::ContextSizeInfos |
Definition at line 425 of file ModuleSummaryIndex.h.
Referenced by llvm::operator<<().
std::vector<MIBInfo> llvm::AllocInfo::MIBs |
Definition at line 417 of file ModuleSummaryIndex.h.
Referenced by llvm::operator<<().
SmallVector<uint8_t> llvm::AllocInfo::Versions |
Definition at line 414 of file ModuleSummaryIndex.h.
Referenced by AllocInfo(), and llvm::operator<<().