Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/bugpoint/
H A DExecutionDriver.cpp308 std::error_code EC = sys::fs::createUniqueFile( in executeProgram()
334 std::error_code EC = sys::fs::createUniqueFile(OutputFile, UniqueFile); in executeProgram()
H A DToolRunner.cpp441 sys::fs::createUniqueFile(Bitcode + "-%%%%%%%" + Suffix, UniqueFile); in OutputCode()
667 sys::fs::createUniqueFile(ProgramFile + "-%%%%%%%.cc.exe", OutputBinary); in ExecuteProgram()
770 std::error_code EC = sys::fs::createUniqueFile( in MakeSharedObject()
H A DOptimizerDriver.cpp139 std::error_code EC = sys::fs::createUniqueFile( in runPasses()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DPath.cpp766 std::error_code createUniqueFile(const Twine &Model, int &ResultFd, in createUniqueFile() function
772 static std::error_code createUniqueFile(const Twine &Model, int &ResultFd, in createUniqueFile() function
779 std::error_code createUniqueFile(const Twine &Model, in createUniqueFile() function
783 auto EC = createUniqueFile(Model, FD, ResultPath, Mode); in createUniqueFile()
1226 createUniqueFile(Model, FD, ResultPath, Mode, OF_Delete)) in create()
H A DLockFileManager.cpp178 if (std::error_code EC = sys::fs::createUniqueFile( in LockFileManager()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/posix/
H A DPipePosix.cpp141 llvm::sys::fs::createUniqueFile(tmpdir_file_spec.GetPath(), in CreateWithUniqueName()
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-server/
H A Dlldb-platform.cpp109 auto err_code = llvm::sys::fs::createUniqueFile(temp_file_spec.GetPath(), FD, in save_socket_id_to_file()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DFileSystem.h789 std::error_code createUniqueFile(const Twine &Model, int &ResultFD,
795 std::error_code createUniqueFile(const Twine &Model,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DHost.cpp507 llvm::sys::fs::createUniqueFile(tmpdir_file_spec.GetPath(), in RunShellCommand()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Rewrite/
H A DRewriter.cpp415 if (llvm::sys::fs::createUniqueFile(TempFilename, FD, TempFilename)) { in AtomicallyMovedFile()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp544 llvm::sys::fs::createUniqueFile(socket_path_spec.GetCString(), socket_path); in GetDomainSocketPath()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp230 llvm::sys::fs::createUniqueFile(Model, FD, ResultPath)) { in ReportDiag()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp885 if (llvm::sys::fs::createUniqueFile(IndexPath + "-%%%%%%%%", TmpFD, in writeIndex()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInstance.cpp768 llvm::sys::fs::createUniqueFile(TempPath, fd, TempPath); in createOutputFile()
775 EC = llvm::sys::fs::createUniqueFile(TempPath, fd, TempPath); in createOutputFile()
H A DASTUnit.cpp2275 if (llvm::sys::fs::createUniqueFile(TempPath, fd, TempPath)) in Save()
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp366 sys::fs::createUniqueFile(TempFilename, TempFD, TempFilename); in write()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp839 llvm::sys::fs::createUniqueFile(temp_source_path, temp_fd, result_path); in ParseInternal()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRExecutionUnit.cpp313 (void)llvm::sys::fs::createUniqueFile(object_name_model, fd, result_path); in GetRunnableInfo()
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DDriver.cpp684 sys::fs::createUniqueFile(Path + ".tmp-%%%%%%%%.lib", TmpName)) in createImportLibrary()
/freebsd-12.1/contrib/llvm/lib/Support/Windows/
H A DSignals.inc766 if (std::error_code EC = fs::createUniqueFile(
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/
H A DDriver.cpp4250 llvm::sys::fs::createUniqueFile(CrashDirectory + Middle + Suffix, TmpName); in GetNamedOutputPath()