| /freebsd-13.1/contrib/llvm-project/lld/Common/ |
| H A D | Filesystem.cpp | 69 if (!sys::fs::createUniqueFile(path + "%%%%%%%%.tmp", tmpName)) { in unlinkAsync()
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Path.cpp | 817 std::error_code createUniqueFile(const Twine &Model, int &ResultFd, in createUniqueFile() function 824 std::error_code createUniqueFile(const Twine &Model, in createUniqueFile() function 828 auto EC = createUniqueFile(Model, FD, ResultPath, OF_None, Mode); in createUniqueFile() 1296 createUniqueFile(Model, FD, ResultPath, OF_Delete | ExtraFlags, Mode)) in create()
|
| H A D | FileUtilities.cpp | 303 if (sys::fs::createUniqueFile(TempPathModel.str(), TempFD, in writeFileAtomically()
|
| H A D | LockFileManager.cpp | 182 if (std::error_code EC = sys::fs::createUniqueFile( in LockFileManager()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | FileSystem.h | 831 std::error_code createUniqueFile(const Twine &Model, int &ResultFD, 838 std::error_code createUniqueFile(const Twine &Model,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Rewrite/ |
| H A D | Rewriter.cpp | 428 if (llvm::sys::fs::createUniqueFile(TempFilename, FD, TempFilename)) { in AtomicallyMovedFile()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | Host.cpp | 537 llvm::sys::fs::createUniqueFile(tmpdir_file_spec.GetPath(), in RunShellCommand()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerPlatform.cpp | 600 llvm::sys::fs::createUniqueFile(socket_path_spec.GetCString(), socket_path); in GetDomainSocketPath()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | HTMLDiagnostics.cpp | 278 if (std::error_code EC = llvm::sys::fs::createUniqueFile( in ReportDiag()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Expression/ |
| H A D | IRExecutionUnit.cpp | 315 (void)llvm::sys::fs::createUniqueFile(object_name_model, fd, result_path); in GetRunnableInfo()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionParser.cpp | 1066 llvm::sys::fs::createUniqueFile(temp_source_path, temp_fd, result_path); in ParseInternal()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Signals.inc | 788 if (std::error_code EC = fs::createUniqueFile(
|
| /freebsd-13.1/contrib/llvm-project/lld/COFF/ |
| H A D | Driver.cpp | 859 sys::fs::createUniqueFile(path + ".tmp-%%%%%%%%.lib", tmpName)) in createImportLibrary()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Driver.cpp | 4935 std::error_code EC = llvm::sys::fs::createUniqueFile( in GetNamedOutputPath()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Clang.cpp | 2365 Err = llvm::sys::fs::createUniqueFile(Path, FD, TempPath, in DumpCompilationDatabaseFragmentToDir()
|