| /llvm-project-15.0.7/lld/Common/ |
| H A D | Filesystem.cpp | 69 if (!sys::fs::createUniqueFile(path + "%%%%%%%%.tmp", tmpName)) { in unlinkAsync()
|
| /llvm-project-15.0.7/llvm/tools/bugpoint/ |
| H A D | ExecutionDriver.cpp | 295 std::error_code EC = sys::fs::createUniqueFile( in executeProgram() 321 std::error_code EC = sys::fs::createUniqueFile(OutputFile, UniqueFile); in executeProgram()
|
| H A D | ToolRunner.cpp | 440 sys::fs::createUniqueFile(Bitcode + "-%%%%%%%" + Suffix, UniqueFile); in OutputCode() 666 sys::fs::createUniqueFile(ProgramFile + "-%%%%%%%.cc.exe", OutputBinary); in ExecuteProgram() 769 std::error_code EC = sys::fs::createUniqueFile( in MakeSharedObject()
|
| H A D | OptimizerDriver.cpp | 137 std::error_code EC = sys::fs::createUniqueFile( in runPasses()
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CIndexer.cpp | 176 if (llvm::sys::fs::createUniqueFile(TempPath, FD, TempPath,
|
| /llvm-project-15.0.7/libc/test/utils/tools/WrapperGen/ |
| H A D | wrappergen_test.cpp | 173 auto MangledNameFileCreateError = llvm::sys::fs::createUniqueFile( in TEST_F() 324 auto MangledNameFileCreateError = llvm::sys::fs::createUniqueFile( in TEST_F()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/find-all-symbols/tool/ |
| H A D | FindAllSymbolsMain.cpp | 70 llvm::sys::fs::createUniqueFile( in reportSymbols()
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | LockFileManager.cpp | 182 if (std::error_code EC = sys::fs::createUniqueFile( in LockFileManager()
|
| H A D | Path.cpp | 822 std::error_code createUniqueFile(const Twine &Model, int &ResultFd, in createUniqueFile() function 829 std::error_code createUniqueFile(const Twine &Model, in createUniqueFile() function 833 auto EC = createUniqueFile(Model, FD, ResultPath, OF_None, Mode); in createUniqueFile() 1342 createUniqueFile(Model, FD, ResultPath, OF_Delete | ExtraFlags, Mode)) in create()
|
| H A D | FileUtilities.cpp | 300 if (sys::fs::createUniqueFile(TempPathModel, TempFD, GeneratedUniqPath)) { in writeFileAtomically()
|
| /llvm-project-15.0.7/lldb/unittests/Interpreter/ |
| H A D | TestCompletion.cpp | 93 ASSERT_NO_ERROR(fs::createUniqueFile(Path, FD, Path)); in SetUp()
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | FileSystem.h | 832 std::error_code createUniqueFile(const Twine &Model, int &ResultFD, 839 std::error_code createUniqueFile(const Twine &Model,
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | Path.cpp | 916 EXPECT_EQ(fs::createUniqueFile(Path270, FileDescriptor, TempPath), in TEST_F() 1276 ASSERT_NO_ERROR(fs::createUniqueFile( in TEST_F() 1278 ASSERT_NO_ERROR(fs::createUniqueFile( in TEST_F() 1280 ASSERT_NO_ERROR(fs::createUniqueFile( in TEST_F() 1282 ASSERT_NO_ERROR(fs::createUniqueFile( in TEST_F() 2030 fs::createUniqueFile(Twine(TestDirectory) + "/temp", FD, TempPath)); in TEST_F()
|
| /llvm-project-15.0.7/clang/lib/Rewrite/ |
| H A D | Rewriter.cpp | 429 if (llvm::sys::fs::createUniqueFile(TempFilename, FD, TempFilename)) { in AtomicallyMovedFile()
|
| /llvm-project-15.0.7/lldb/source/Host/common/ |
| H A D | Host.cpp | 447 llvm::sys::fs::createUniqueFile(tmpdir_file_spec.GetPath(), in RunShellCommand()
|
| /llvm-project-15.0.7/flang/tools/f18-parse-demo/ |
| H A D | f18-parse-demo.cpp | 236 llvm::sys::fs::createUniqueFile("f18-%%%%.f90", fd, tmpSourcePath); in CompileFortran()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerPlatform.cpp | 590 llvm::sys::fs::createUniqueFile(socket_path_spec.GetCString(), socket_path); in GetDomainSocketPath()
|
| /llvm-project-15.0.7/lldb/source/Expression/ |
| H A D | IRExecutionUnit.cpp | 325 = llvm::sys::fs::createUniqueFile(model_path, fd, result_path); in GetRunnableInfo()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionParser.cpp | 1069 llvm::sys::fs::createUniqueFile(temp_source_path, temp_fd, result_path); in ParseInternal()
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | mod-file.cpp | 832 if (std::error_code err{llvm::sys::fs::createUniqueFile( in MkTemp()
|
| /llvm-project-15.0.7/llvm/lib/Support/Windows/ |
| H A D | Signals.inc | 799 if (std::error_code EC = fs::createUniqueFile(
|
| /llvm-project-15.0.7/lld/COFF/ |
| H A D | Driver.cpp | 958 sys::fs::createUniqueFile(path + ".tmp-%%%%%%%%.lib", tmpName)) in createImportLibrary()
|
| /llvm-project-15.0.7/clang/lib/Driver/ |
| H A D | Driver.cpp | 5625 std::error_code EC = llvm::sys::fs::createUniqueFile( in GetNamedOutputPath()
|
| /llvm-project-15.0.7/clang/lib/Driver/ToolChains/ |
| H A D | Clang.cpp | 2489 Err = llvm::sys::fs::createUniqueFile(Path, FD, TempPath, in DumpCompilationDatabaseFragmentToDir()
|