LLVM: llvm::coverage::LineCoverageStats Class Reference (original) (raw)

Coverage statistics for a single line. More...

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

Public Member Functions
LLVM_ABI LineCoverageStats (ArrayRef< const CoverageSegment * > LineSegments, const CoverageSegment *WrappedSegment, unsigned Line)
uint64_t getExecutionCount () const
bool hasMultipleRegions () const
bool isMapped () const
unsigned getLine () const
ArrayRef< const CoverageSegment * > getLineSegments () const
const CoverageSegment * getWrappedSegment () const
Friends
class LineCoverageIterator

Coverage statistics for a single line.

Definition at line 1106 of file CoverageMapping.h.

getExecutionCount()

uint64_t llvm::coverage::LineCoverageStats::getExecutionCount ( ) const inline

getLine()

unsigned llvm::coverage::LineCoverageStats::getLine ( ) const inline

getLineSegments()

getWrappedSegment()

hasMultipleRegions()

bool llvm::coverage::LineCoverageStats::hasMultipleRegions ( ) const inline

isMapped()

bool llvm::coverage::LineCoverageStats::isMapped ( ) const inline

LineCoverageIterator


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