Home
last modified time | relevance | path

Searched refs:IsInterestingCoverageFile (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerIO.h43 bool IsInterestingCoverageFile(const std::string &FileName);
H A DFuzzerIOPosix.cpp128 bool IsInterestingCoverageFile(const std::string &FileName) { in IsInterestingCoverageFile() function
H A DFuzzerIOWindows.cpp326 bool IsInterestingCoverageFile(const std::string &FileName) { in IsInterestingCoverageFile() function
H A DFuzzerTracePC.cpp349 if (!IsInterestingCoverageFile(FileStr)) in PrintCoverage()