Module ffi Copy item path Source mcdc π BranchRegion π Must match the layout of LLVMRustCoverageBranchRegion
. CodeRegion π Must match the layout of LLVMRustCoverageCodeRegion
. Counter π A reference to an instance of an abstract βcounterβ that will yield a value in a coverage
report. Note that id
has different interpretations, depending on the kind
: CounterExpression π Corresponds to struct llvm::coverage::CounterExpression
. CoverageSpan π A span of source code coordinates to be embedded in coverage metadata. MCDCBranchRegion π Must match the layout of LLVMRustCoverageMCDCBranchRegion
. MCDCDecisionRegion π Must match the layout of LLVMRustCoverageMCDCDecisionRegion
. Regions π Holds tables of the various region types in one struct. CounterKind π Must match the layout of LLVMRustCounterKind
. ExprKind π Corresponds to enum llvm::coverage::CounterExpression::ExprKind
.