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

References

lib/ProfileData/Coverage/CoverageMapping.cpp
  419                         return L->endLoc() < R->endLoc();
  419                         return L->endLoc() < R->endLoc();
  426       assert((!Loc || CompletedRegion->endLoc() <= *Loc) &&
  430       auto CompletedSegmentLoc = PrevCompletedRegion->endLoc();
  438       if (CompletedSegmentLoc == CompletedRegion->endLoc())
  443         if (CompletedRegion->endLoc() == ActiveRegions[J]->endLoc())
  443         if (CompletedRegion->endLoc() == ActiveRegions[J]->endLoc())
  450     if (FirstCompletedRegion && Last->endLoc() != *Loc) {
  453       startSegment(*ActiveRegions[FirstCompletedRegion - 1], Last->endLoc(),
  455     } else if (!FirstCompletedRegion && (!Loc || *Loc != Last->endLoc())) {
  458       startSegment(*Last, Last->endLoc(), false, true);
  473                                   return !(Region->endLoc() <= CurStartLoc);
  484       if (CurStartLoc == CR.value().endLoc()) {
  513       if (LHS.endLoc() != RHS.endLoc())
  513       if (LHS.endLoc() != RHS.endLoc())
  515         return RHS.endLoc() < LHS.endLoc();
  515         return RHS.endLoc() < LHS.endLoc();
  539           Active->endLoc() != I->endLoc()) {
  539           Active->endLoc() != I->endLoc()) {
lib/ProfileData/Coverage/CoverageMappingReader.cpp
  245     if (CMR.startLoc() > CMR.endLoc())
lib/ProfileData/Coverage/CoverageMappingWriter.cpp
  131                   return CMR.startLoc() <= CMR.endLoc();
unittests/ProfileData/CoverageMappingTest.cpp
  278     ASSERT_EQ(Input.Regions[I].endLoc(), Output.Regions[I].endLoc());
  278     ASSERT_EQ(Input.Regions[I].endLoc(), Output.Regions[I].endLoc());