Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIO.h49 std::string TempPath(const char *Prefix, const char *Extension);
H A DFuzzerIO.cpp202 std::string TempPath(const char *Prefix, const char *Extension) { in TempPath() function
H A DFuzzerUtilFuchsia.cpp522 auto LogFilePath = TempPath("SimPopenOut", ".txt"); in ExecuteCommand()
H A DFuzzerLoop.cpp260 RmDirRecursive(TempPath("FuzzWithFork", ".dir")); in MaybeExitGracefully()
269 RmDirRecursive(TempPath("FuzzWithFork", ".dir")); in InterruptCallback()
H A DFuzzerDriver.cpp366 auto TmpFilePath = TempPath("CleanseCrashInput", ".repro"); in CleanseCrashInput()
520 std::string CFPath = CFPathOrNull ? CFPathOrNull : TempPath("Merge", ".txt"); in Merge()
H A DFuzzerFork.cpp302 Env.TempDir = TempPath("FuzzWithFork", ".dir"); in FuzzWithFork()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp822 SmallString<128> TempPath = in createOutputFileImpl() local
824 TempPath += "-%%%%%%%%"; in createOutputFileImpl()
825 TempPath += OutputExtension; in createOutputFileImpl()
826 TempPath += ".tmp"; in createOutputFileImpl()
829 TempPath, llvm::sys::fs::all_read | llvm::sys::fs::all_write, in createOutputFileImpl()
840 ExpectedFile = llvm::sys::fs::TempFile::create(TempPath); in createOutputFileImpl()
H A DASTUnit.cpp2280 SmallString<128> TempPath; in Save() local
2281 TempPath = File; in Save()
2282 TempPath += "-%%%%%%%%"; in Save()
2287 TempPath, File, [this](llvm::raw_ostream &Out) { in Save()
/freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp2197 SmallString<64> TempPath; in applyEditsToTemp() local
2201 TempPath)) { in applyEditsToTemp()
2202 reportDiag("Could not create file: " + TempPath.str(), Diag); in applyEditsToTemp()
2210 return std::string(TempPath.str()); in applyEditsToTemp()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp5054 SmallString<128> TempPath(FinalOutput->getValue()); in GetNamedOutputPath() local
5055 llvm::sys::path::remove_filename(TempPath); in GetNamedOutputPath()
5057 llvm::sys::path::append(TempPath, OutputFileName); in GetNamedOutputPath()
5058 NamedOutput = C.getArgs().MakeArgString(TempPath.c_str()); in GetNamedOutputPath()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp2364 SmallString<256> TempPath; in DumpCompilationDatabaseFragmentToDir() local
2365 Err = llvm::sys::fs::createUniqueFile(Path, FD, TempPath, in DumpCompilationDatabaseFragmentToDir()