Searched refs:startSegment (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/ProfileData/Coverage/ |
| D | CoverageMapping.cpp | 483 void startSegment(const CountedRegion &Region, LineColPair StartLoc, in startSegment() function in __anon1aaa1d190611::SegmentBuilder 552 startSegment(*CompletedRegion, CompletedSegmentLoc, false); in completeRegionsUntil() 559 startSegment(*ActiveRegions[FirstCompletedRegion - 1], Last->endLoc(), in completeRegionsUntil() 564 startSegment(*Last, Last->endLoc(), false, true); in completeRegionsUntil() 596 startSegment(ActiveRegions.empty() ? CR.value() : *ActiveRegions.back(), in buildSegmentsImpl() 601 startSegment(*ActiveRegions.back(), CurStartLoc, false); in buildSegmentsImpl() 608 startSegment(CR.value(), CurStartLoc, !GapRegion); in buildSegmentsImpl()
|