|
LLVM 22.0.0git
|
#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 |
Definition at line 103 of file InstrProfCorrelator.h.
| yaml::Hex64 llvm::InstrProfCorrelator::Probe::CFGHash |
Definition at line 106 of file InstrProfCorrelator.h.
| yaml::Hex64 llvm::InstrProfCorrelator::Probe::CounterOffset |
Definition at line 107 of file InstrProfCorrelator.h.
| std::optional<std::string> llvm::InstrProfCorrelator::Probe::FilePath |
Definition at line 109 of file InstrProfCorrelator.h.
| std::string llvm::InstrProfCorrelator::Probe::FunctionName |
Definition at line 104 of file InstrProfCorrelator.h.
| std::optional<int> llvm::InstrProfCorrelator::Probe::LineNumber |
Definition at line 110 of file InstrProfCorrelator.h.
| std::optional<std::string> llvm::InstrProfCorrelator::Probe::LinkageName |
Definition at line 105 of file InstrProfCorrelator.h.
| uint32_t llvm::InstrProfCorrelator::Probe::NumCounters |
Definition at line 108 of file InstrProfCorrelator.h.