|
LLVM 22.0.0git
|
#include "llvm/ADT/DenseSet.h"#include "llvm/DebugInfo/DWARF/DWARFContext.h"#include "llvm/Debuginfod/BuildIDFetcher.h"#include "llvm/Object/BuildID.h"#include "llvm/ProfileData/InstrProf.h"#include "llvm/Support/Compiler.h"#include "llvm/Support/Error.h"#include "llvm/Support/MemoryBuffer.h"#include "llvm/Support/YAMLTraits.h"#include <optional>#include <vector>Go to the source code of this file.
Classes | |
| class | llvm::InstrProfCorrelator |
| InstrProfCorrelator - A base class used to create raw instrumentation data to their functions. More... | |
| struct | llvm::InstrProfCorrelator::Context |
| struct | llvm::InstrProfCorrelator::Probe |
| struct | llvm::InstrProfCorrelator::CorrelationData |
| class | llvm::InstrProfCorrelatorImpl< IntPtrT > |
| InstrProfCorrelatorImpl - A child of InstrProfCorrelator with a template pointer type so that the ProfileData vector can be materialized. More... | |
| class | llvm::DwarfInstrProfCorrelator< IntPtrT > |
| DwarfInstrProfCorrelator - A child of InstrProfCorrelatorImpl that takes DWARF debug info as input to correlate profiles. More... | |
| class | llvm::BinaryInstrProfCorrelator< IntPtrT > |
| BinaryInstrProfCorrelator - A child of InstrProfCorrelatorImpl that takes an object file as input to correlate profiles. More... | |
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
| namespace | llvm::object |