Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h803 bool IsGapRegion; member
807 IsRegionEntry(IsRegionEntry), IsGapRegion(false) {} in CoverageSegment()
810 bool IsRegionEntry, bool IsGapRegion = false,
813 IsRegionEntry(IsRegionEntry), IsGapRegion(IsGapRegion) {} in Line()
817 L.IsGapRegion) == std::tie(R.Line, R.Col, R.Count,
819 R.IsGapRegion);
/src/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewText.cpp174 if (WrappedSegment && !WrappedSegment->IsGapRegion && in renderLine()
189 if ((!S->IsGapRegion || (Highlight && *Highlight == raw_ostream::RED)) && in renderLine()
H A DCoverageExporterJson.cpp86 Segment.IsRegionEntry, Segment.IsGapRegion}); in renderSegment()
H A DSourceCoverageViewHTML.cpp982 return S && (!S->IsGapRegion || (Color && *Color == "red")) && in renderLine()
/src/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp1138 << (Last.IsGapRegion ? ", Gap" : "") << "\n"; in startSegment()
1519 return !S->IsGapRegion && S->HasCount && S->IsRegionEntry; in LineCoverageStats()