Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerMerge.cpp281 const char *CoverageSummaryInputPathOrNull, in CrashResistantMerge() argument
374 if (CoverageSummaryInputPathOrNull) { in CrashResistantMerge()
375 std::ifstream SummaryIn(CoverageSummaryInputPathOrNull); in CrashResistantMerge()
378 CoverageSummaryInputPathOrNull, InitialFeatures.size()); in CrashResistantMerge()
H A DFuzzerInternal.h78 const char *CoverageSummaryInputPathOrNull,