LLVM: llvm::coverage::CounterExpression Struct Reference (original) (raw)

A Counter expression is a value that represents an arithmetic operation with two counters. More...

#include "[llvm/ProfileData/Coverage/CoverageMapping.h](CoverageMapping%5F8h%5Fsource.html)"

Public Types
enum ExprKind { Subtract, Add }

A Counter expression is a value that represents an arithmetic operation with two counters.

Definition at line 165 of file CoverageMapping.h.

ExprKind

llvm::coverage::CounterExpression::CounterExpression ( ExprKind Kind, Counter LHS, Counter RHS ) inline

Kind

ExprKind llvm::coverage::CounterExpression::Kind

LHS

Counter llvm::coverage::CounterExpression::LHS

RHS

Counter llvm::coverage::CounterExpression::RHS


The documentation for this struct was generated from the following file: