LLVM 22.0.0git
|
A Counter mapping context is used to connect the counters, expressions and the obtained counter values. More...
#include "llvm/ProfileData/Coverage/CoverageMapping.h"
Public Member Functions | |
CounterMappingContext (ArrayRef< CounterExpression > Expressions, ArrayRef< uint64_t > CounterValues={}) | |
void | setCounts (ArrayRef< uint64_t > Counts) |
void | setBitmap (BitVector &&Bitmap_) |
LLVM_ABI void | dump (const Counter &C, raw_ostream &OS) const |
void | dump (const Counter &C) const |
LLVM_ABI Expected< int64_t > | evaluate (const Counter &C) const |
Return the number of times that a region of code associated with this counter was executed. | |
LLVM_ABI Expected< MCDCRecord > | evaluateMCDCRegion (const CounterMappingRegion &Region, ArrayRef< const CounterMappingRegion * > Branches, bool IsVersion11) |
Return an MCDC record that indicates executed test vectors and condition pairs. | |
LLVM_ABI unsigned | getMaxCounterID (const Counter &C) const |
A Counter mapping context is used to connect the counters, expressions and the obtained counter values.
Definition at line 685 of file CoverageMapping.h.
|
inline |
Definition at line 691 of file CoverageMapping.h.
Definition at line 699 of file CoverageMapping.h.
References llvm::CallingConv::C, llvm::dbgs(), and dump().
Referenced by dump().
void CounterMappingContext::dump | ( | const Counter & | C, |
raw_ostream & | OS ) const |
Definition at line 163 of file CoverageMapping.cpp.
References llvm::CallingConv::C, llvm::consumeError(), llvm::coverage::Counter::CounterValueReference, dump(), evaluate(), llvm::coverage::Counter::Expression, llvm::coverage::CounterExpression::Subtract, and llvm::coverage::Counter::Zero.
Referenced by dump().
Return the number of times that a region of code associated with this counter was executed.
Definition at line 193 of file CoverageMapping.cpp.
References llvm::argument_out_of_domain, llvm::CallingConv::C, llvm::coverage::Counter::CounterValueReference, llvm::errorCodeToError(), llvm::coverage::Counter::Expression, llvm::coverage::CounterExpression::Subtract, and llvm::coverage::Counter::Zero.
Referenced by dump().
Expected< MCDCRecord > CounterMappingContext::evaluateMCDCRegion | ( | const CounterMappingRegion & | Region, |
ArrayRef< const CounterMappingRegion * > | Branches, | ||
bool | IsVersion11 ) |
Return an MCDC record that indicates executed test vectors and condition pairs.
Definition at line 554 of file CoverageMapping.cpp.
Definition at line 562 of file CoverageMapping.cpp.
References llvm::CallingConv::C, llvm::coverage::Counter::CounterValueReference, llvm::coverage::Counter::Expression, and llvm::coverage::Counter::Zero.
|
inline |
Definition at line 696 of file CoverageMapping.h.
Definition at line 695 of file CoverageMapping.h.