Home
last modified time | relevance | path

Searched refs:CoverageSummaryOutputPathOrNull (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerMerge.cpp282 const char *CoverageSummaryOutputPathOrNull, in CrashResistantMerge() argument
366 if (CoverageSummaryOutputPathOrNull) { in CrashResistantMerge()
368 M.Files.size(), CoverageSummaryOutputPathOrNull); in CrashResistantMerge()
369 std::ofstream SummaryOut(CoverageSummaryOutputPathOrNull); in CrashResistantMerge()
H A DFuzzerInternal.h79 const char *CoverageSummaryOutputPathOrNull,