Module ffi

Source

Modules§

mcdc 🔒

Structs§

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.

Enums§

CounterKind 🔒
Must match the layout of LLVMRustCounterKind.
ExprKind 🔒
Corresponds to enum llvm::coverage::CounterExpression::ExprKind.