Searched refs:startSegment (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMapping.cpp | 1063 void startSegment(const CountedRegion &Region, LineColPair StartLoc, in startSegment() function in __anonaf66dd530a11::SegmentBuilder 1132 startSegment(*CompletedRegion, CompletedSegmentLoc, false); in completeRegionsUntil() 1139 startSegment(*ActiveRegions[FirstCompletedRegion - 1], Last->endLoc(), in completeRegionsUntil() 1144 startSegment(*Last, Last->endLoc(), false, true); in completeRegionsUntil() 1176 startSegment(ActiveRegions.empty() ? CR.value() : *ActiveRegions.back(), in buildSegmentsImpl() 1181 startSegment(*ActiveRegions.back(), CurStartLoc, false); in buildSegmentsImpl() 1188 startSegment(CR.value(), CurStartLoc, !GapRegion); in buildSegmentsImpl()
|