Home
last modified time | relevance | path

Searched refs:startSegment (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp423 void startSegment(const CountedRegion &Region, LineColPair StartLoc, in startSegment() function in __anon1958d7680311::SegmentBuilder
492 startSegment(*CompletedRegion, CompletedSegmentLoc, false); in completeRegionsUntil()
499 startSegment(*ActiveRegions[FirstCompletedRegion - 1], Last->endLoc(), in completeRegionsUntil()
504 startSegment(*Last, Last->endLoc(), false, true); in completeRegionsUntil()
536 startSegment(ActiveRegions.empty() ? CR.value() : *ActiveRegions.back(), in buildSegmentsImpl()
541 startSegment(*ActiveRegions.back(), CurStartLoc, false); in buildSegmentsImpl()
548 startSegment(CR.value(), CurStartLoc, !GapRegion); in buildSegmentsImpl()