| LLVM 22.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 | TrueFolded | 
| bool | FalseFolded | 
| 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 373 of file CoverageMapping.h.
| 
 | inline | 
Definition at line 379 of file CoverageMapping.h.
References llvm::coverage::CounterMappingRegion::CounterMappingRegion(), ExecutionCount, FalseExecutionCount, FalseFolded, and TrueFolded.
| 
 | inline | 
Definition at line 383 of file CoverageMapping.h.
References llvm::coverage::CounterMappingRegion::CounterMappingRegion(), ExecutionCount, FalseExecutionCount, FalseFolded, and TrueFolded.
| uint64_t llvm::coverage::CountedRegion::ExecutionCount | 
Definition at line 374 of file CoverageMapping.h.
Referenced by CountedRegion(), and CountedRegion().
| uint64_t llvm::coverage::CountedRegion::FalseExecutionCount | 
Definition at line 375 of file CoverageMapping.h.
Referenced by CountedRegion(), and CountedRegion().
| bool llvm::coverage::CountedRegion::FalseFolded | 
Definition at line 377 of file CoverageMapping.h.
Referenced by CountedRegion(), and CountedRegion().
| bool llvm::coverage::CountedRegion::TrueFolded | 
Definition at line 376 of file CoverageMapping.h.
Referenced by CountedRegion(), and CountedRegion().