Searched refs:TempDir (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/include/llvm/Testing/Support/ |
| D | SupportHelpers.h | 113 class TempDir { 122 explicit TempDir(StringRef Name, bool Unique = false) { 140 ~TempDir() { in ~TempDir() 146 TempDir(const TempDir &) = delete; 147 TempDir &operator=(const TempDir &) = delete; 149 TempDir(TempDir &&) = default; 150 TempDir &operator=(TempDir &&) = default;
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/fuzzer/ |
| D | FuzzerFork.cpp | 92 std::string TempDir; member 112 std::string StopFile() { return DirPlusFile(TempDir, "STOP"); } in StopFile() 168 DirPlusFile(TempDir, std::to_string(JobId) + ".seeds"); in CreateNewJob() 172 Job->LogPath = DirPlusFile(TempDir, std::to_string(JobId) + ".log"); in CreateNewJob() 173 Job->CorpusDir = DirPlusFile(TempDir, "C" + std::to_string(JobId)); in CreateNewJob() 174 Job->FeaturesDir = DirPlusFile(TempDir, "F" + std::to_string(JobId)); in CreateNewJob() 175 Job->CFPath = DirPlusFile(TempDir, std::to_string(JobId) + ".merge"); in CreateNewJob() 272 Cmd.setOutputFile(DirPlusFile(TempDir, "dft.log")); in CollectDFT() 330 Env.TempDir = TempPath("FuzzWithFork", ".dir"); in FuzzWithFork() 331 Env.DFTDir = DirPlusFile(Env.TempDir, "DFT"); in FuzzWithFork() [all …]
|
| /openbsd/src/gnu/llvm/llvm/lib/LTO/ |
| D | ThinLTOCodeGenerator.cpp | 94 static void saveTempBitcode(const Module &TheModule, StringRef TempDir, in saveTempBitcode() argument 96 if (TempDir.empty()) in saveTempBitcode() 99 std::string SaveTempPath = (TempDir + llvm::Twine(count) + Suffix).str(); in saveTempBitcode()
|
| /openbsd/src/gnu/llvm/llvm/lib/Support/Unix/ |
| D | Path.inc | 1358 static bool getDarwinConfDir(bool TempDir, SmallVectorImpl<char> &Result) { 1362 int ConfName = TempDir ? _CS_DARWIN_USER_TEMP_DIR : _CS_DARWIN_USER_CACHE_DIR;
|