| /openbsd-src/gnu/llvm/lld/Common/ |
| H A D | Filesystem.cpp | 69 if (!sys::fs::createUniqueFile(path + "%%%%%%%%.tmp", tmpName)) { in unlinkAsync()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | CIndexer.cpp | 176 if (llvm::sys::fs::createUniqueFile(TempPath, FD, TempPath,
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | LockFileManager.cpp | 181 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 | 301 if (sys::fs::createUniqueFile(TempPathModel, TempFD, GeneratedUniqPath)) { in writeFileAtomically()
|
| /openbsd-src/gnu/llvm/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,
|
| /openbsd-src/gnu/llvm/lldb/source/Host/common/ |
| H A D | Host.cpp | 445 llvm::sys::fs::createUniqueFile(tmpdir_file_spec.GetPath(), in RunShellCommand()
|
| /openbsd-src/gnu/llvm/clang/lib/Rewrite/ |
| H A D | Rewriter.cpp | 429 if (llvm::sys::fs::createUniqueFile(TempFilename, FD, TempFilename)) { in AtomicallyMovedFile()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerPlatform.cpp | 590 llvm::sys::fs::createUniqueFile(socket_path_spec.GetPath().c_str(), in GetDomainSocketPath()
|
| /openbsd-src/gnu/llvm/lldb/source/Expression/ |
| H A D | IRExecutionUnit.cpp | 326 = llvm::sys::fs::createUniqueFile(model_path, fd, result_path); in GetRunnableInfo()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionParser.cpp | 1057 llvm::sys::fs::createUniqueFile(temp_source_path, temp_fd, result_path); in ParseInternal()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/Windows/ |
| H A D | Signals.inc | 808 if (std::error_code EC = fs::createUniqueFile(
|
| /openbsd-src/gnu/llvm/lld/COFF/ |
| H A D | Driver.cpp | 964 sys::fs::createUniqueFile(path + ".tmp-%%%%%%%%.lib", tmpName)) in createImportLibrary()
|
| /openbsd-src/gnu/llvm/clang/lib/Driver/ |
| H A D | Driver.cpp | 5545 llvm::sys::fs::createUniqueFile(Path + Middle + Suffix, TmpName)) { in CreateTempFile()
|
| /openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/ |
| H A D | Clang.cpp | 2412 Err = llvm::sys::fs::createUniqueFile(Path, FD, TempPath, in DumpCompilationDatabaseFragmentToDir()
|