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