pub struct CoverageMapping<'a> {
    pub mapping_info: Vec<CoverageMappingInfo>,
    /* private fields */
}
Expand description

So what the LLVM one has that this one doesn’t yet:

  1. DenseMap<size_t, DenseSet<size_t>> RecordProvenance
  2. std::vector functions (this is probably taken straight from InstrumentationProfile
  3. DenseMap<size_t, SmallVector<unsigned, 0>> FilenameHash2RecordIndices
  4. Vec<Pair<String, u64>> FuncHashMismatches

Fields

mapping_info: Vec<CoverageMappingInfo>

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.