|
LLVM 22.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 427 of file ModuleSummaryIndex.h.
|
inline |
Definition at line 449 of file ModuleSummaryIndex.h.
References MIBs, llvm::move(), and Versions.
|
inline |
Definition at line 452 of file ModuleSummaryIndex.h.
References MIBs, llvm::move(), and Versions.
| std::vector<std::vector<ContextTotalSize> > llvm::AllocInfo::ContextSizeInfos |
Definition at line 447 of file ModuleSummaryIndex.h.
Referenced by llvm::operator<<().
| std::vector<MIBInfo> llvm::AllocInfo::MIBs |
Definition at line 439 of file ModuleSummaryIndex.h.
Referenced by AllocInfo(), AllocInfo(), checkAllocContextIds(), and llvm::operator<<().
| SmallVector<uint8_t> llvm::AllocInfo::Versions |
Definition at line 436 of file ModuleSummaryIndex.h.
Referenced by AllocInfo(), AllocInfo(), and llvm::operator<<().