Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
DCoverageExporterJson.cpp153 if (!Options.ExportSummaryOnly) { in renderRoot()
229 if (!Options.ExportSummaryOnly) { in renderFile()
DCoverageViewOptions.h36 bool ExportSummaryOnly; member
DCodeCoverage.cpp776 ViewOpts.ExportSummaryOnly = SummaryOnly; in run()