Searched refs:TempPath (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerIO.h | 49 std::string TempPath(const char *Prefix, const char *Extension);
|
| H A D | FuzzerIO.cpp | 215 std::string TempPath(const char *Prefix, const char *Extension) { in TempPath() function
|
| H A D | FuzzerLoop.cpp | 258 RmDirRecursive(TempPath("FuzzWithFork", ".dir")); in MaybeExitGracefully() 272 RmDirRecursive(TempPath("FuzzWithFork", ".dir")); in InterruptCallback()
|
| H A D | FuzzerUtilFuchsia.cpp | 578 auto LogFilePath = TempPath("SimPopenOut", ".txt"); in ExecuteCommand()
|
| H A D | FuzzerDriver.cpp | 372 auto TmpFilePath = TempPath("CleanseCrashInput", ".repro"); in CleanseCrashInput() 526 std::string CFPath = CFPathOrNull ? CFPathOrNull : TempPath("Merge", ".txt"); in Merge()
|
| H A D | FuzzerFork.cpp | 330 Env.TempDir = TempPath("FuzzWithFork", ".dir"); in FuzzWithFork()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | PrecompiledPreamble.cpp | 219 llvm::SmallString<128> TempPath = StoragePath; in create() local 221 llvm::sys::path::append(TempPath, "preamble-%%%%%%.pch"); in create() 224 EC = fs::createUniqueFile(TempPath, FD, File, fs::OF_None, in create()
|
| H A D | CompilerInstance.cpp | 893 SmallString<128> TempPath = in createOutputFileImpl() local 895 TempPath += "-%%%%%%%%"; in createOutputFileImpl() 896 TempPath += OutputExtension; in createOutputFileImpl() 897 TempPath += ".tmp"; in createOutputFileImpl() 902 TempPath, llvm::sys::fs::all_read | llvm::sys::fs::all_write, in createOutputFileImpl() 914 TempPath, llvm::sys::fs::all_read | llvm::sys::fs::all_write, in createOutputFileImpl()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Driver.cpp | 6471 SmallString<128> TempPath(FinalOutput->getValue()); in GetNamedOutputPath() local 6472 llvm::sys::path::remove_filename(TempPath); in GetNamedOutputPath() 6474 llvm::sys::path::append(TempPath, OutputFileName); in GetNamedOutputPath() 6475 NamedOutput = C.getArgs().MakeArgString(TempPath.c_str()); in GetNamedOutputPath()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Clang.cpp | 2387 SmallString<256> TempPath; in DumpCompilationDatabaseFragmentToDir() local 2388 Err = llvm::sys::fs::createUniqueFile(Path, FD, TempPath, in DumpCompilationDatabaseFragmentToDir()
|