Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/Common/
H A DFilesystem.cpp69 if (!sys::fs::createUniqueFile(path + "%%%%%%%%.tmp", tmpName)) { in unlinkAsync()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp817 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 DFileUtilities.cpp303 if (sys::fs::createUniqueFile(TempPathModel.str(), TempFD, in writeFileAtomically()
H A DLockFileManager.cpp182 if (std::error_code EC = sys::fs::createUniqueFile( in LockFileManager()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h831 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 DRewriter.cpp428 if (llvm::sys::fs::createUniqueFile(TempFilename, FD, TempFilename)) { in AtomicallyMovedFile()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp537 llvm::sys::fs::createUniqueFile(tmpdir_file_spec.GetPath(), in RunShellCommand()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp600 llvm::sys::fs::createUniqueFile(socket_path_spec.GetCString(), socket_path); in GetDomainSocketPath()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp278 if (std::error_code EC = llvm::sys::fs::createUniqueFile( in ReportDiag()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp315 (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 DClangExpressionParser.cpp1066 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 DSignals.inc788 if (std::error_code EC = fs::createUniqueFile(
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DDriver.cpp859 sys::fs::createUniqueFile(path + ".tmp-%%%%%%%%.lib", tmpName)) in createImportLibrary()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp4935 std::error_code EC = llvm::sys::fs::createUniqueFile( in GetNamedOutputPath()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp2365 Err = llvm::sys::fs::createUniqueFile(Path, FD, TempPath, in DumpCompilationDatabaseFragmentToDir()