Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/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.h77 const char *CoverageSummaryInputPathOrNull,