llvm::InstrProfCorrelator::ProfCorrelatorKind

Indicate if we should use the debug info or profile metadata sections to correlate.

Synopsis

Declared in <llvm/ProfileData/InstrProfCorrelator.h>

enum ProfCorrelatorKind;

Members

NameDescription
NONE Do not correlate profiles.
DEBUG_INFO Correlate using DWARF debug info.
BINARY Correlate using profile metadata in the binary.