Searched defs:CFPath (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerMerge.cpp197 void Fuzzer::CrashResistantMergeInternalStep(const std::string &CFPath) { argument
264 static size_t WriteNewControlFile(const std::string &CFPath, argument
300 CrashResistantMerge(const Vector<std::string> &Args, const Vector<SizedFile> &OldCorpus, const Vector<SizedFile> &NewCorpus, Vector<std::string> *NewFiles, const Set<uint32_t> &InitialFeatures, Set<uint32_t> *NewFeatures, const Set<uint32_t> &InitialCov, Set<uint32_t> *NewCov, const std::string &CFPath, bool V ) argument
[all...]
H A DFuzzerFork.cpp71 std::string CFPath; member in struct:fuzzer::FuzzJob
312 auto CFPath = DirPlusFile(Env.TempDir, "merge.txt"); local
H A DFuzzerDriver.cpp491 std::string CFPath = CFPathOrNull ? CFPathOrNull : TempPath(".txt"); local

Completed in 86 milliseconds