LLVM  4.0.0
Public Member Functions | List of all members
llvm::coverage::CounterMappingContext Class Reference

A Counter mapping context is used to connect the counters, expressions and the obtained counter values. More...

#include <CoverageMapping.h>

Public Member Functions

 CounterMappingContext (ArrayRef< CounterExpression > Expressions, ArrayRef< uint64_t > CounterValues=None)
 
void setCounts (ArrayRef< uint64_t > Counts)
 
void dump (const Counter &C, llvm::raw_ostream &OS) const
 
void dump (const Counter &C) const
 
Expected< int64_t > evaluate (const Counter &C) const
 Return the number of times that a region of code associated with this counter was executed. More...
 

Detailed Description

A Counter mapping context is used to connect the counters, expressions and the obtained counter values.

Definition at line 261 of file CoverageMapping.h.

Constructor & Destructor Documentation

llvm::coverage::CounterMappingContext::CounterMappingContext ( ArrayRef< CounterExpression Expressions,
ArrayRef< uint64_t >  CounterValues = None 
)
inline

Definition at line 266 of file CoverageMapping.h.

Member Function Documentation

void CounterMappingContext::dump ( const Counter C,
llvm::raw_ostream OS 
) const
void llvm::coverage::CounterMappingContext::dump ( const Counter C) const
inline

Definition at line 273 of file CoverageMapping.h.

References llvm::dbgs(), and dump().

Referenced by dump().

Expected< int64_t > CounterMappingContext::evaluate ( const Counter C) const
void llvm::coverage::CounterMappingContext::setCounts ( ArrayRef< uint64_t >  Counts)
inline

Definition at line 270 of file CoverageMapping.h.


The documentation for this class was generated from the following files: