Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDataFlowTrace.cpp112 if (!CorporaHashes.count(Name)) continue; in ReadCoverage()
173 CorporaHashes.insert(Hash(FileToVector(SF.File))); in Init()
222 if (!CorporaHashes.count(Name)) continue; // not in the corpus. in Init()
H A DFuzzerDataFlowTrace.h133 std::unordered_set<std::string> CorporaHashes; variable