Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageView.cpp194 bool ShowSourceName, bool ShowTitle, in print() argument
196 if (ShowTitle) in print()
H A DSourceCoverageView.h310 bool ShowTitle, unsigned ViewDepth = 0);
H A DCodeCoverage.cpp1164 bool ShowTitle = ViewOpts.hasOutputDirectory(); in doShow() local
1172 /*ShowSourceName=*/true, ShowTitle); in doShow()
1173 ShowTitle = false; in doShow()