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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIO.h45 std::string TempPath(const char *Prefix, const char *Extension);
H A DFuzzerIO.cpp154 std::string TempPath(const char *Prefix, const char *Extension) { function in namespace:fuzzer
H A DFuzzerFork.cpp300 Env.TempDir = TempPath("FuzzWithFork", ".dir");
H A DFuzzerUtilFuchsia.cpp537 auto LogFilePath = TempPath("SimPopenOut", ".txt");
H A DFuzzerDriver.cpp335 auto TmpFilePath = TempPath("CleanseCrashInput", ".repro");
489 std::string CFPath = CFPathOrNull ? CFPathOrNull : TempPath("Merge", ".txt");
H A DFuzzerLoop.cpp260 RmDirRecursive(TempPath("FuzzWithFork", ".dir"));
269 RmDirRecursive(TempPath("FuzzWithFork", ".dir"));
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp761 SmallString<128> TempPath = local
763 TempPath += "-%%%%%%%%";
764 TempPath += OutputExtension;
765 TempPath += ".tmp";
768 llvm::sys::fs::createUniqueFile(TempPath, fd, TempPath);
775 EC = llvm::sys::fs::createUniqueFile(TempPath, fd, TempPath);
781 OSFile = TempFile = std::string(TempPath.str());
H A DASTUnit.cpp2306 SmallString<128> TempPath;
2307 TempPath = File;
2308 TempPath += "-%%%%%%%%";
2313 TempPath, File, [this](llvm::raw_ostream &Out) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp2206 SmallString<64> TempPath; local
2210 TempPath)) {
2211 reportDiag("Could not create file: " + TempPath.str(), Diag);
2219 return std::string(TempPath.str());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp4694 SmallString<128> TempPath(FinalOutput->getValue());
4695 llvm::sys::path::remove_filename(TempPath);
4697 llvm::sys::path::append(TempPath, OutputFileName);
4698 NamedOutput = C.getArgs().MakeArgString(TempPath.c_str());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp2219 SmallString<256> TempPath; local
2220 Err = llvm::sys::fs::createUniqueFile(Path, FD, TempPath);

Completed in 185 milliseconds