Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lld/Common/
HDFilesystem.cpp71 if (!sys::fs::createUniqueFile(path + "%%%%%%%%.tmp", tmpName)) { in unlinkAsync()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/bugpoint/
HDExecutionDriver.cpp295 std::error_code EC = sys::fs::createUniqueFile( in executeProgram()
321 std::error_code EC = sys::fs::createUniqueFile(OutputFile, UniqueFile); in executeProgram()
HDToolRunner.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()
HDOptimizerDriver.cpp137 std::error_code EC = sys::fs::createUniqueFile( in runPasses()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
HDPath.cpp823 std::error_code createUniqueFile(const Twine &Model, int &ResultFd, in createUniqueFile() function
830 std::error_code createUniqueFile(const Twine &Model, in createUniqueFile() function
834 auto EC = createUniqueFile(Model, FD, ResultPath, OF_None, Mode); in createUniqueFile()
1331 createUniqueFile(Model, FD, ResultPath, OF_Delete | ExtraFlags, Mode)) in create()
HDLockFileManager.cpp181 if (std::error_code EC = sys::fs::createUniqueFile( in LockFileManager()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDFileSystem.h829 std::error_code createUniqueFile(const Twine &Model, int &ResultFD,
836 std::error_code createUniqueFile(const Twine &Model,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
HDHost.cpp474 llvm::sys::fs::createUniqueFile(tmpdir_file_spec.GetPath(), in RunShellCommand()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUSplitModule.cpp179 sys::fs::createUniqueFile(PathTemplate.str(), Fd, RealPath)) { in SplitModuleLogger()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationServerPlatform.cpp592 llvm::sys::fs::createUniqueFile(socket_path_spec.GetPath().c_str(), in GetDomainSocketPath()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
HDPrecompiledPreamble.cpp224 EC = fs::createUniqueFile(TempPath, FD, File, fs::OF_None, in create()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDClangExpressionParser.cpp1043 llvm::sys::fs::createUniqueFile(temp_source_path, temp_fd, result_path); in ParseInternal()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
HDIRExecutionUnit.cpp325 = llvm::sys::fs::createUniqueFile(model_path, fd, result_path); in GetRunnableInfo()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Windows/
HDSignals.inc818 if (std::error_code EC = fs::createUniqueFile(
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
HDDriver.cpp970 sys::fs::createUniqueFile(path + ".tmp-%%%%%%%%.lib", tmpName)) in createImportLibrary()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
HDDriver.cpp5833 llvm::sys::fs::createUniqueFile(Path + Middle + Suffix, TmpName)) { in CreateTempFile()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDClang.cpp2511 Err = llvm::sys::fs::createUniqueFile(Path, FD, TempPath, in DumpCompilationDatabaseFragmentToDir()