Home
last modified time | relevance | path

Searched refs:TempPath (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIO.h49 std::string TempPath(const char *Prefix, const char *Extension);
H A DFuzzerIO.cpp215 std::string TempPath(const char *Prefix, const char *Extension) { in TempPath() function
H A DFuzzerLoop.cpp258 RmDirRecursive(TempPath("FuzzWithFork", ".dir")); in MaybeExitGracefully()
272 RmDirRecursive(TempPath("FuzzWithFork", ".dir")); in InterruptCallback()
H A DFuzzerUtilFuchsia.cpp577 auto LogFilePath = TempPath("SimPopenOut", ".txt"); in ExecuteCommand()
H A DFuzzerDriver.cpp370 auto TmpFilePath = TempPath("CleanseCrashInput", ".repro"); in CleanseCrashInput()
524 std::string CFPath = CFPathOrNull ? CFPathOrNull : TempPath("Merge", ".txt"); in Merge()
H A DFuzzerFork.cpp330 Env.TempDir = TempPath("FuzzWithFork", ".dir"); in FuzzWithFork()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp217 llvm::SmallString<128> TempPath = StoragePath; in create() local
219 llvm::sys::path::append(TempPath, "preamble-%%%%%%.pch"); in create()
222 EC = fs::createUniqueFile(TempPath, FD, File, fs::OF_None, in create()
H A DCompilerInstance.cpp897 SmallString<128> TempPath = in createOutputFileImpl() local
899 TempPath += "-%%%%%%%%"; in createOutputFileImpl()
900 TempPath += OutputExtension; in createOutputFileImpl()
901 TempPath += ".tmp"; in createOutputFileImpl()
906 TempPath, llvm::sys::fs::all_read | llvm::sys::fs::all_write, in createOutputFileImpl()
918 TempPath, llvm::sys::fs::all_read | llvm::sys::fs::all_write, in createOutputFileImpl()
/freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp2191 SmallString<64> TempPath; in applyEditsToTemp() local
2195 TempPath)) { in applyEditsToTemp()
2196 reportDiag("Could not create file: " + TempPath.str(), Diag); in applyEditsToTemp()
2204 return std::string(TempPath); in applyEditsToTemp()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp6028 SmallString<128> TempPath(FinalOutput->getValue()); in GetNamedOutputPath() local
6029 llvm::sys::path::remove_filename(TempPath); in GetNamedOutputPath()
6031 llvm::sys::path::append(TempPath, OutputFileName); in GetNamedOutputPath()
6032 NamedOutput = C.getArgs().MakeArgString(TempPath.c_str()); in GetNamedOutputPath()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp2430 SmallString<256> TempPath; in DumpCompilationDatabaseFragmentToDir() local
2431 Err = llvm::sys::fs::createUniqueFile(Path, FD, TempPath, in DumpCompilationDatabaseFragmentToDir()