LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::AllocInfo Struct Reference

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< MIBInfoMIBs
 

Detailed Description

Summary of memprof metadata on allocations.

Definition at line 391 of file ModuleSummaryIndex.h.

Constructor & Destructor Documentation

◆ AllocInfo() [1/2]

llvm::AllocInfo::AllocInfo ( std::vector< MIBInfo MIBs)
inline

◆ AllocInfo() [2/2]

llvm::AllocInfo::AllocInfo ( SmallVector< uint8_t >  Versions,
std::vector< MIBInfo MIBs 
)
inline

Definition at line 408 of file ModuleSummaryIndex.h.

Member Data Documentation

◆ MIBs

std::vector<MIBInfo> llvm::AllocInfo::MIBs

Definition at line 403 of file ModuleSummaryIndex.h.

Referenced by llvm::operator<<().

◆ Versions

SmallVector<uint8_t> llvm::AllocInfo::Versions

Definition at line 400 of file ModuleSummaryIndex.h.

Referenced by AllocInfo(), and llvm::operator<<().


The documentation for this struct was generated from the following file: