Home
last modified time | relevance | path

Searched refs:createUniqueFile (Results 1 – 18 of 18) sorted by relevance

/openbsd-src/gnu/llvm/lld/Common/
H A DFilesystem.cpp69 if (!sys::fs::createUniqueFile(path + "%%%%%%%%.tmp", tmpName)) { in unlinkAsync()
/openbsd-src/gnu/llvm/llvm/tools/bugpoint/
H A DExecutionDriver.cpp295 std::error_code EC = sys::fs::createUniqueFile( in executeProgram()
321 std::error_code EC = sys::fs::createUniqueFile(OutputFile, UniqueFile); in executeProgram()
H A DToolRunner.cpp440 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 DOptimizerDriver.cpp137 std::error_code EC = sys::fs::createUniqueFile( in runPasses()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndexer.cpp176 if (llvm::sys::fs::createUniqueFile(TempPath, FD, TempPath,
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DLockFileManager.cpp181 if (std::error_code EC = sys::fs::createUniqueFile( in LockFileManager()
H A DPath.cpp822 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 DFileUtilities.cpp301 if (sys::fs::createUniqueFile(TempPathModel, TempFD, GeneratedUniqPath)) { in writeFileAtomically()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DFileSystem.h832 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 DHost.cpp445 llvm::sys::fs::createUniqueFile(tmpdir_file_spec.GetPath(), in RunShellCommand()
/openbsd-src/gnu/llvm/clang/lib/Rewrite/
H A DRewriter.cpp429 if (llvm::sys::fs::createUniqueFile(TempFilename, FD, TempFilename)) { in AtomicallyMovedFile()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp590 llvm::sys::fs::createUniqueFile(socket_path_spec.GetPath().c_str(), in GetDomainSocketPath()
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DIRExecutionUnit.cpp326 = llvm::sys::fs::createUniqueFile(model_path, fd, result_path); in GetRunnableInfo()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1057 llvm::sys::fs::createUniqueFile(temp_source_path, temp_fd, result_path); in ParseInternal()
/openbsd-src/gnu/llvm/llvm/lib/Support/Windows/
H A DSignals.inc808 if (std::error_code EC = fs::createUniqueFile(
/openbsd-src/gnu/llvm/lld/COFF/
H A DDriver.cpp964 sys::fs::createUniqueFile(path + ".tmp-%%%%%%%%.lib", tmpName)) in createImportLibrary()
/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DDriver.cpp5545 llvm::sys::fs::createUniqueFile(Path + Middle + Suffix, TmpName)) { in CreateTempFile()
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DClang.cpp2412 Err = llvm::sys::fs::createUniqueFile(Path, FD, TempPath, in DumpCompilationDatabaseFragmentToDir()