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) {
  750   for (unsigned I = 0; I < LineSegments.size() && MinRegionCount < 2; ++I)
  751     if (isStartOfRegion(LineSegments[I]))
  754   bool StartOfSkippedRegion = !LineSegments.empty() &&
  755                               !LineSegments.front()->HasCount &&
  756                               LineSegments.front()->IsRegionEntry;
  772   for (const auto *LS : LineSegments)