Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerMerge.cpp204 void Fuzzer::CrashResistantMergeInternalStep(const std::string &CFPath, in CrashResistantMergeInternalStep()
395 WriteNewControlFile(const std::string &CFPath, in WriteNewControlFile()
438 std::set<uint32_t> *NewCov, const std::string &CFPath, in CrashResistantMerge()
H A DFuzzerFork.cpp71 std::string CFPath; member
346 auto CFPath = DirPlusFile(Env.TempDir, "merge.txt"); in FuzzWithFork() local
406 auto CFPath = DirPlusFile(Env.TempDir, "merge.txt"); in FuzzWithFork() local
H A DFuzzerDriver.cpp525 std::string CFPath = CFPathOrNull ? CFPathOrNull : TempPath("Merge", ".txt"); in Merge() local