LLVM 19.0.0git
Public Attributes | List of all members
llvm::InstrProfCorrelator::Probe Struct Reference

#include "llvm/ProfileData/InstrProfCorrelator.h"

Public Attributes

std::string FunctionName
 
std::optional< std::string > LinkageName
 
yaml::Hex64 CFGHash
 
yaml::Hex64 CounterOffset
 
uint32_t NumCounters
 
std::optional< std::string > FilePath
 
std::optional< int > LineNumber
 

Detailed Description

Definition at line 98 of file InstrProfCorrelator.h.

Member Data Documentation

◆ CFGHash

yaml::Hex64 llvm::InstrProfCorrelator::Probe::CFGHash

Definition at line 101 of file InstrProfCorrelator.h.

◆ CounterOffset

yaml::Hex64 llvm::InstrProfCorrelator::Probe::CounterOffset

Definition at line 102 of file InstrProfCorrelator.h.

◆ FilePath

std::optional<std::string> llvm::InstrProfCorrelator::Probe::FilePath

Definition at line 104 of file InstrProfCorrelator.h.

◆ FunctionName

std::string llvm::InstrProfCorrelator::Probe::FunctionName

Definition at line 99 of file InstrProfCorrelator.h.

◆ LineNumber

std::optional<int> llvm::InstrProfCorrelator::Probe::LineNumber

Definition at line 105 of file InstrProfCorrelator.h.

◆ LinkageName

std::optional<std::string> llvm::InstrProfCorrelator::Probe::LinkageName

Definition at line 100 of file InstrProfCorrelator.h.

◆ NumCounters

uint32_t llvm::InstrProfCorrelator::Probe::NumCounters

Definition at line 103 of file InstrProfCorrelator.h.


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