Indicate if we should use the debug info or profile metadata sections to correlate.
Declared in <llvm/ProfileData/InstrProfCorrelator.h>
enum ProfCorrelatorKind;
| Name | Description |
|---|---|
NONE | Do not correlate profiles. |
DEBUG_INFO | Correlate using DWARF debug info. |
BINARY | Correlate using profile metadata in the binary. |