Searched defs:ViewDepth (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-cov/ |
H A D | SourceCoverageViewText.cpp | 143 unsigned ViewDepth) { in renderLinePrefix() argument 151 unsigned ViewDepth) { in renderViewDivider() argument 164 unsigned ViewDepth) { in renderLine() argument 240 unsigned ViewDepth) { in renderRegionMarkers() argument 274 unsigned ViewDepth) { in renderExpansionSite() argument 282 renderExpansionView(raw_ostream & OS,ExpansionView & ESV,unsigned ViewDepth) renderExpansionView() argument 292 renderBranchView(raw_ostream & OS,BranchView & BRV,unsigned ViewDepth) renderBranchView() argument 341 renderMCDCView(raw_ostream & OS,MCDCView & MRV,unsigned ViewDepth) renderMCDCView() argument 394 renderInstantiationView(raw_ostream & OS,InstantiationView & ISV,unsigned ViewDepth) renderInstantiationView() argument [all...] |
H A D | SourceCoverageViewHTML.cpp | 901 renderExpansionSite(raw_ostream & OS,LineRef L,const LineCoverageStats & LCS,unsigned ExpansionCol,unsigned ViewDepth) renderExpansionSite() argument 908 renderExpansionView(raw_ostream & OS,ExpansionView & ESV,unsigned ViewDepth) renderExpansionView() argument 916 renderBranchView(raw_ostream & OS,BranchView & BRV,unsigned ViewDepth) renderBranchView() argument 984 renderMCDCView(raw_ostream & OS,MCDCView & MRV,unsigned ViewDepth) renderMCDCView() argument 1029 renderInstantiationView(raw_ostream & OS,InstantiationView & ISV,unsigned ViewDepth) renderInstantiationView() argument 1054 renderTableHeader(raw_ostream & OS,unsigned FirstUncoveredLineNo,unsigned ViewDepth) renderTableHeader() argument [all...] |
H A D | CoverageExporterLcov.cpp | 81 int ViewDepth = 0, int SrcLine = 0) { in collectNestedBranches()
|
H A D | SourceCoverageView.cpp | 197 print(raw_ostream & OS,bool WholeFile,bool ShowSourceName,bool ShowTitle,unsigned ViewDepth) print() argument [all...] |