|
LLVM 22.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 1106 of file CoverageMapping.h.
| LineCoverageStats::LineCoverageStats | ( | ArrayRef< const CoverageSegment * > | LineSegments, |
| const CoverageSegment * | WrappedSegment, | ||
| unsigned | Line ) |
Definition at line 1563 of file CoverageMapping.cpp.
References llvm::any_of(), I, and if().
|
inline |
Definition at line 1122 of file CoverageMapping.h.
|
inline |
Definition at line 1128 of file CoverageMapping.h.
|
inline |
Definition at line 1130 of file CoverageMapping.h.
|
inline |
Definition at line 1134 of file CoverageMapping.h.
|
inline |
Definition at line 1124 of file CoverageMapping.h.
|
inline |
Definition at line 1126 of file CoverageMapping.h.
|
friend |
Definition at line 1114 of file CoverageMapping.h.
References LineCoverageIterator, and LLVM_ABI.
Referenced by LineCoverageIterator.