Searched refs:TempPath (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/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 | 202 std::string TempPath(const char *Prefix, const char *Extension) { in TempPath() function
|
| H A D | FuzzerUtilFuchsia.cpp | 522 auto LogFilePath = TempPath("SimPopenOut", ".txt"); in ExecuteCommand()
|
| H A D | FuzzerLoop.cpp | 260 RmDirRecursive(TempPath("FuzzWithFork", ".dir")); in MaybeExitGracefully() 269 RmDirRecursive(TempPath("FuzzWithFork", ".dir")); in InterruptCallback()
|
| H A D | FuzzerDriver.cpp | 366 auto TmpFilePath = TempPath("CleanseCrashInput", ".repro"); in CleanseCrashInput() 520 std::string CFPath = CFPathOrNull ? CFPathOrNull : TempPath("Merge", ".txt"); in Merge()
|
| H A D | FuzzerFork.cpp | 302 Env.TempDir = TempPath("FuzzWithFork", ".dir"); in FuzzWithFork()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInstance.cpp | 822 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 D | ASTUnit.cpp | 2280 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 D | ObjCMT.cpp | 2197 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 D | Driver.cpp | 5054 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 D | Clang.cpp | 2364 SmallString<256> TempPath; in DumpCompilationDatabaseFragmentToDir() local 2365 Err = llvm::sys::fs::createUniqueFile(Path, FD, TempPath, in DumpCompilationDatabaseFragmentToDir()
|