Searched refs:TempDir (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerFork.cpp92 std::string TempDir; member in struct:fuzzer::GlobalEnv
109 std::string StopFile() { return DirPlusFile(TempDir, "STOP"); }
149 DirPlusFile(TempDir, std::to_string(JobId) + ".seeds");
153 Job->LogPath = DirPlusFile(TempDir, std::to_string(JobId) + ".log");
154 Job->CorpusDir = DirPlusFile(TempDir, "C" + std::to_string(JobId));
155 Job->FeaturesDir = DirPlusFile(TempDir, "F" + std::to_string(JobId));
156 Job->CFPath = DirPlusFile(TempDir, std::to_string(JobId) + ".merge");
243 Cmd.setOutputFile(DirPlusFile(TempDir, "dft.log"));
300 Env.TempDir = TempPath(".dir");
301 Env.DFTDir = DirPlusFile(Env.TempDir, "DF
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp88 static void saveTempBitcode(const Module &TheModule, StringRef TempDir, argument
90 if (TempDir.empty())
93 std::string SaveTempPath = (TempDir + llvm::Twine(count) + Suffix).str();

Completed in 55 milliseconds