Home
last modified time | relevance | path

Searched refs:ShowTitle (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/tools/llvm-cov/
DSourceCoverageView.cpp177 bool ShowSourceName, bool ShowTitle, in print() argument
179 if (ShowTitle) in print()
DSourceCoverageView.h261 bool ShowTitle, unsigned ViewDepth = 0);
DCodeCoverage.cpp940 bool ShowTitle = ViewOpts.hasOutputDirectory(); in doShow() local
948 /*ShowSourceName=*/true, ShowTitle); in doShow()
949 ShowTitle = false; in doShow()