Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerIO.h51 bool IsInterestingCoverageFile(const std::string &FileName);
H A DFuzzerIOPosix.cpp148 bool IsInterestingCoverageFile(const std::string &FileName) { in IsInterestingCoverageFile() function
H A DFuzzerIOWindows.cpp390 bool IsInterestingCoverageFile(const std::string &FileName) { in IsInterestingCoverageFile() function
H A DFuzzerTracePC.cpp297 if (!IsInterestingCoverageFile(FileStr)) in PrintCoverage()