LLVM 22.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::memprof::DataAccessProfRecord Struct Reference

The data access profiles for a symbol. More...

#include "llvm/ProfileData/DataAccessProf.h"

Public Member Functions

 DataAccessProfRecord (SymbolHandleRef SymHandleRef, uint64_t AccessCount, ArrayRef< internal::SourceLocationRef > LocRefs)
 
 DataAccessProfRecord ()=default
 

Public Attributes

SymbolHandle SymHandle
 
uint64_t AccessCount = 0
 
SmallVector< SourceLocationLocations
 

Detailed Description

The data access profiles for a symbol.

Definition at line 105 of file DataAccessProf.h.

Constructor & Destructor Documentation

◆ DataAccessProfRecord() [1/2]

llvm::memprof::DataAccessProfRecord::DataAccessProfRecord ( SymbolHandleRef  SymHandleRef,
uint64_t  AccessCount,
ArrayRef< internal::SourceLocationRef LocRefs 
)
inline

Definition at line 107 of file DataAccessProf.h.

References Locations, and SymHandle.

◆ DataAccessProfRecord() [2/2]

llvm::memprof::DataAccessProfRecord::DataAccessProfRecord ( )
default

Member Data Documentation

◆ AccessCount

uint64_t llvm::memprof::DataAccessProfRecord::AccessCount = 0

◆ Locations

SmallVector<SourceLocation> llvm::memprof::DataAccessProfRecord::Locations

◆ SymHandle

SymbolHandle llvm::memprof::DataAccessProfRecord::SymHandle

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