reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/ProfileData/Coverage/CoverageMapping.cpp
  744       LineSegments(LineSegments), WrappedSegment(WrappedSegment) {
  761       ((WrappedSegment && WrappedSegment->HasCount) || (MinRegionCount > 0));
  761       ((WrappedSegment && WrappedSegment->HasCount) || (MinRegionCount > 0));
  768   if (WrappedSegment)
  769     ExecutionCount = WrappedSegment->Count;