Searched refs:BranchView (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/tools/llvm-cov/ |
| H A D | SourceCoverageView.h | 71 struct BranchView { struct 76 BranchView(unsigned Line, ArrayRef<CountedRegion> Regions, in BranchView() argument 82 friend bool operator<(const BranchView &LHS, const BranchView &RHS) { argument 161 std::vector<BranchView> BranchSubViews; 233 virtual void renderBranchView(raw_ostream &OS, BranchView &BRV,
|
| H A D | SourceCoverageViewText.h | 62 void renderBranchView(raw_ostream &OS, BranchView &BRV,
|
| H A D | SourceCoverageViewHTML.h | 71 void renderBranchView(raw_ostream &OS, BranchView &BRV,
|
| H A D | SourceCoverageViewText.cpp | 226 void SourceCoverageViewText::renderBranchView(raw_ostream &OS, BranchView &BRV, in renderBranchView()
|
| H A D | SourceCoverageViewHTML.cpp | 659 void SourceCoverageViewHTML::renderBranchView(raw_ostream &OS, BranchView &BRV, in renderBranchView()
|