LLVM 20.0.0git
|
Associates a source range with an execution count. More...
#include "llvm/ProfileData/Coverage/CoverageMapping.h"
Public Attributes | |
uint64_t | ExecutionCount |
uint64_t | FalseExecutionCount |
bool | Folded |
bool | HasSingleByteCoverage |
Public Attributes inherited from llvm::coverage::CounterMappingRegion | |
Counter | Count |
Primary Counter that is also used for Branch Regions (TrueCount). | |
Counter | FalseCount |
Secondary Counter used for Branch Regions (FalseCount). | |
mcdc::Parameters | MCDCParams |
Parameters used for Modified Condition/Decision Coverage. | |
unsigned | FileID = 0 |
unsigned | ExpandedFileID = 0 |
unsigned | LineStart |
unsigned | ColumnStart |
unsigned | LineEnd |
unsigned | ColumnEnd |
RegionKind | Kind |
Associates a source range with an execution count.
Definition at line 358 of file CoverageMapping.h.
|
inline |
Definition at line 364 of file CoverageMapping.h.
|
inline |
Definition at line 370 of file CoverageMapping.h.
uint64_t llvm::coverage::CountedRegion::ExecutionCount |
Definition at line 359 of file CoverageMapping.h.
uint64_t llvm::coverage::CountedRegion::FalseExecutionCount |
Definition at line 360 of file CoverageMapping.h.
bool llvm::coverage::CountedRegion::Folded |
Definition at line 361 of file CoverageMapping.h.
bool llvm::coverage::CountedRegion::HasSingleByteCoverage |
Definition at line 362 of file CoverageMapping.h.