enum Counter::CounterKind

Description

The CounterExpression kind (Add or Subtract) is encoded in bit 0 next to the CounterKind. This means CounterKind has to leave bit 0 free.

Declared at: llvm/include/llvm/ProfileData/Coverage/CoverageMapping.h:95

Enumerators

NameValueComment
Zero0
CounterValueReference1
Expression2