Searched refs:coverage_enabled (Results 1 – 12 of 12) sorted by relevance
76 static bool coverage_enabled = false; variable287 if (coverage_enabled) { in ReInit()295 if (coverage_enabled) CovUpdateMapping(coverage_dir); in ReInit()324 if (coverage_enabled && size > pc_array_mapped_size) { in Extend()877 if (!coverage_enabled || common_flags()->coverage_direct) return; in DumpAll()889 if (!coverage_enabled) return; in CovPrepareForSandboxing()904 if (!coverage_enabled) return kInvalidFd; in MaybeOpenCovFile()923 if (coverage_enabled) in InitializeCoverage()925 coverage_enabled = enabled; in InitializeCoverage()934 coverage_enabled = enabled; in ReInitializeCoverage()[all …]
83 if go.coverage_enabled:131 if (go.coverage_enabled and go.coverdata and194 if go.coverage_enabled and go.coverdata:
126 if ctx.configuration.coverage_enabled:290 if ctx.configuration.coverage_enabled:
121 name = "coverage_enabled",
339 if (ctx.configuration.coverage_enabled and392 if (ctx.configuration.coverage_enabled and
180 if ctx.configuration.coverage_enabled:318 if ctx.configuration.coverage_enabled:
41 args.add(ctx.configuration.coverage_enabled)
526 coverage_enabled = ctx.configuration.coverage_enabled,
100 if go.coverage_enabled:146 if ctx.configuration.coverage_enabled:
128 if ctx.configuration.coverage_enabled and hasattr(ctx.attr, "_jacoco_runtime"):
1041 if toolchain.llvm_cov and ctx.configuration.coverage_enabled:1451 if toolchain.llvm_cov and ctx.configuration.coverage_enabled and crate_info.is_test:
422 if toolchain.llvm_cov and ctx.configuration.coverage_enabled: