Searched refs:CounterKind (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h91 enum CounterKind { Zero, CounterValueReference, Expression }; enum in struct:llvm::coverage::Counter
98 CounterKind Kind = Zero;
101 Counter(CounterKind Kind, unsigned ID) : Kind(Kind), ID(ID) {}
106 CounterKind getKind() const { return Kind; }

Completed in 44 milliseconds