|
LLVM 24.0.0git
|
Coverage statistics for a single line. More...
#include "llvm/ProfileData/Coverage/CoverageMapping.h"
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 1135 of file CoverageMapping.h.
| LineCoverageStats::LineCoverageStats | ( | ArrayRef< const CoverageSegment * > | LineSegments, |
| const CoverageSegment * | WrappedSegment, | ||
| unsigned | Line ) |
Definition at line 1571 of file CoverageMapping.cpp.
References llvm::any_of(), I, and if().
|
inline |
Definition at line 1151 of file CoverageMapping.h.
References uint64_t.
|
inline |
Definition at line 1157 of file CoverageMapping.h.
|
inline |
Definition at line 1159 of file CoverageMapping.h.
|
inline |
Definition at line 1163 of file CoverageMapping.h.
|
inline |
Definition at line 1153 of file CoverageMapping.h.
|
inline |
Definition at line 1155 of file CoverageMapping.h.
|
friend |
Definition at line 1143 of file CoverageMapping.h.
References LineCoverageIterator, and LLVM_ABI.
Referenced by LineCoverageIterator.