LLVM 22.0.0git
llvm::memprof::YamlDataAccessProfData Struct Reference

#include "llvm/ProfileData/MemProfYAML.h"

Public Member Functions

bool isEmpty () const

Public Attributes

std::vector< memprof::DataAccessProfRecordRecords
std::vector< uint64_tKnownColdStrHashes
std::vector< std::string > KnownColdSymbols

Detailed Description

Definition at line 27 of file MemProfYAML.h.

Member Function Documentation

◆ isEmpty()

bool llvm::memprof::YamlDataAccessProfData::isEmpty ( ) const
inline

Definition at line 32 of file MemProfYAML.h.

References KnownColdStrHashes, KnownColdSymbols, and Records.

Referenced by llvm::memprof::YAMLMemProfReader::parse().

Member Data Documentation

◆ KnownColdStrHashes

std::vector<uint64_t> llvm::memprof::YamlDataAccessProfData::KnownColdStrHashes

◆ KnownColdSymbols

std::vector<std::string> llvm::memprof::YamlDataAccessProfData::KnownColdSymbols

◆ Records

std::vector<memprof::DataAccessProfRecord> llvm::memprof::YamlDataAccessProfData::Records

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