Home
last modified time | relevance | path

Searched refs:ShowInstantiationSummary (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
DCoverageViewOptions.h35 bool ShowInstantiationSummary; member
DCoverageReport.cpp216 if (Options.ShowInstantiationSummary) { in render()
418 if (Options.ShowInstantiationSummary) in renderFileReports()
DSourceCoverageViewHTML.cpp312 if (Opts.ShowInstantiationSummary) in emitColumnLabelsForIndex()
372 if (Opts.ShowInstantiationSummary) in emitFileSummary()
DCodeCoverage.cpp775 ViewOpts.ShowInstantiationSummary = InstantiationSummary; in run()