Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp335 bool HasCount = !EmitSkippedRegion && in startSegment() local
341 if (Last.HasCount == HasCount && Last.Count == Region.ExecutionCount && in startSegment()
346 if (HasCount) in startSegment()
358 << (!Last.HasCount ? ", Skipped" : "") in startSegment()
694 return !S->IsGapRegion && S->HasCount && S->IsRegionEntry; in LineCoverageStats()
701 !LineSegments.front()->HasCount && in LineCoverageStats()
707 ((WrappedSegment && WrappedSegment->HasCount) || (MinRegionCount > 0)); in LineCoverageStats()
/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h389 bool HasCount; member
396 : Line(Line), Col(Col), Count(0), HasCount(false), in CoverageSegment()
401 : Line(Line), Col(Col), Count(Count), HasCount(true), in Line()
405 return std::tie(L.Line, L.Col, L.Count, L.HasCount, L.IsRegionEntry,
407 R.HasCount, R.IsRegionEntry,
/freebsd-12.1/contrib/llvm/tools/llvm-cov/
H A DSourceCoverageViewText.cpp110 WrappedSegment->HasCount && WrappedSegment->Count == 0) in renderLine()
125 S->HasCount && S->Count == 0) in renderLine()
H A DCoverageExporterJson.cpp60 Segment.HasCount, Segment.IsRegionEntry}); in renderSegment()
H A DSourceCoverageView.cpp93 return S.HasCount && S.Count == 0; in getFirstUncoveredLineNo()
H A DSourceCoverageViewHTML.cpp542 S->HasCount && S->Count == 0; in renderLine()