Searched refs:LineCoverageStats (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewText.h52 void renderLine(raw_ostream &OS, LineRef L, const LineCoverageStats &LCS,
56 const LineCoverageStats &LCS, unsigned ExpansionCol,
66 const LineCoverageStats &Line) override;
70 void renderRegionMarkers(raw_ostream &OS, const LineCoverageStats &Line,
H A DSourceCoverageViewHTML.h61 void renderLine(raw_ostream &OS, LineRef L, const LineCoverageStats &LCS,
65 const LineCoverageStats &LCS, unsigned ExpansionCol,
75 const LineCoverageStats &Line) override;
79 void renderRegionMarkers(raw_ostream &OS, const LineCoverageStats &Line,
H A DSourceCoverageView.h183 const LineCoverageStats &LCS, unsigned ExpansionCol,
188 const LineCoverageStats &Line) = 0;
195 const LineCoverageStats &Line,
200 const LineCoverageStats &LCS,
227 bool shouldRenderRegionMarkers(const LineCoverageStats &LCS) const;
H A DSourceCoverageViewText.cpp96 const LineCoverageStats &LCS,
148 raw_ostream &OS, const LineCoverageStats &Line) {
173 const LineCoverageStats &Line,
206 const LineCoverageStats &LCS,
H A DCoverageExporterLcov.cpp67 const coverage::LineCoverageStats &LCS = *LCI;
H A DSourceCoverageViewHTML.cpp493 const LineCoverageStats &LCS,
614 raw_ostream &OS, const LineCoverageStats &Line) {
632 const LineCoverageStats &Line,
638 const LineCoverageStats &LCS,
H A DSourceCoverageView.cpp118 const LineCoverageStats &LCS) const {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h601 class LineCoverageStats { class in namespace:llvm::coverage
610 LineCoverageStats() = default;
613 LineCoverageStats(ArrayRef<const CoverageSegment *> LineSegments,
631 /// An iterator over the \c LineCoverageStats objects for lines described by
635 LineCoverageIterator, std::forward_iterator_tag, LineCoverageStats> {
650 const LineCoverageStats &operator*() const { return Stats; }
652 LineCoverageStats &operator*() { return Stats; }
670 LineCoverageStats Stats;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp740 LineCoverageStats::LineCoverageStats(
779 Stats = LineCoverageStats();
788 Stats = LineCoverageStats(Segments, WrappedSegment, Line);

Completed in 81 milliseconds