Searched refs:startSegment (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMapping.cpp | 1166 void startSegment(const CountedRegion &Region, LineColPair StartLoc, in startSegment() function in __anondf0c3b9d0c11::SegmentBuilder 1235 startSegment(*CompletedRegion, CompletedSegmentLoc, false); in completeRegionsUntil() 1242 startSegment(*ActiveRegions[FirstCompletedRegion - 1], Last->endLoc(), in completeRegionsUntil() 1247 startSegment(*Last, Last->endLoc(), false, true); in completeRegionsUntil() 1279 startSegment(ActiveRegions.empty() ? CR.value() : *ActiveRegions.back(), in buildSegmentsImpl() 1284 startSegment(*ActiveRegions.back(), CurStartLoc, false); in buildSegmentsImpl() 1291 startSegment(CR.value(), CurStartLoc, !GapRegion); in buildSegmentsImpl()
|