Searched refs:BranchView (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
H A D | SourceCoverageView.h | 71 struct BranchView { struct 75 BranchView(unsigned Line, SmallVector<CountedRegion, 0> Regions) in BranchView() function 80 friend bool operator<(const BranchView &LHS, const BranchView &RHS) { argument 174 SmallVector<BranchView, 0> BranchSubViews; 249 virtual void renderBranchView(raw_ostream &OS, BranchView &BRV,
|
H A D | SourceCoverageViewText.h | 77 void renderBranchView(raw_ostream &OS, BranchView &BRV,
|
H A D | SourceCoverageViewHTML.h | 90 void renderBranchView(raw_ostream &OS, BranchView &BRV,
|
H A D | SourceCoverageViewText.cpp | 291 void SourceCoverageViewText::renderBranchView(raw_ostream &OS, BranchView &BRV, in renderBranchView()
|
H A D | SourceCoverageViewHTML.cpp | 1098 void SourceCoverageViewHTML::renderBranchView(raw_ostream &OS, BranchView &BRV, in renderBranchView()
|