| /freebsd-12.1/contrib/llvm/tools/bugpoint/ |
| H A D | ExecutionDriver.cpp | 308 std::error_code EC = sys::fs::createUniqueFile( in executeProgram() 334 std::error_code EC = sys::fs::createUniqueFile(OutputFile, UniqueFile); in executeProgram()
|
| H A D | ToolRunner.cpp | 441 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 D | OptimizerDriver.cpp | 139 std::error_code EC = sys::fs::createUniqueFile( in runPasses()
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | Path.cpp | 766 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 D | LockFileManager.cpp | 178 if (std::error_code EC = sys::fs::createUniqueFile( in LockFileManager()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/posix/ |
| H A D | PipePosix.cpp | 141 llvm::sys::fs::createUniqueFile(tmpdir_file_spec.GetPath(), in CreateWithUniqueName()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-server/ |
| H A D | lldb-platform.cpp | 109 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 D | FileSystem.h | 789 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 D | Host.cpp | 507 llvm::sys::fs::createUniqueFile(tmpdir_file_spec.GetPath(), in RunShellCommand()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Rewrite/ |
| H A D | Rewriter.cpp | 415 if (llvm::sys::fs::createUniqueFile(TempFilename, FD, TempFilename)) { in AtomicallyMovedFile()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerPlatform.cpp | 544 llvm::sys::fs::createUniqueFile(socket_path_spec.GetCString(), socket_path); in GetDomainSocketPath()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | HTMLDiagnostics.cpp | 230 llvm::sys::fs::createUniqueFile(Model, FD, ResultPath)) { in ReportDiag()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | GlobalModuleIndex.cpp | 885 if (llvm::sys::fs::createUniqueFile(IndexPath + "-%%%%%%%%", TmpFD, in writeIndex()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | CompilerInstance.cpp | 768 llvm::sys::fs::createUniqueFile(TempPath, fd, TempPath); in createOutputFile() 775 EC = llvm::sys::fs::createUniqueFile(TempPath, fd, TempPath); in createOutputFile()
|
| H A D | ASTUnit.cpp | 2275 if (llvm::sys::fs::createUniqueFile(TempPath, fd, TempPath)) in Save()
|
| /freebsd-12.1/contrib/llvm/lib/LTO/ |
| H A D | ThinLTOCodeGenerator.cpp | 366 sys::fs::createUniqueFile(TempFilename, TempFD, TempFilename); in write()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionParser.cpp | 839 llvm::sys::fs::createUniqueFile(temp_source_path, temp_fd, result_path); in ParseInternal()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/ |
| H A D | IRExecutionUnit.cpp | 313 (void)llvm::sys::fs::createUniqueFile(object_name_model, fd, result_path); in GetRunnableInfo()
|
| /freebsd-12.1/contrib/llvm/tools/lld/COFF/ |
| H A D | Driver.cpp | 684 sys::fs::createUniqueFile(Path + ".tmp-%%%%%%%%.lib", TmpName)) in createImportLibrary()
|
| /freebsd-12.1/contrib/llvm/lib/Support/Windows/ |
| H A D | Signals.inc | 766 if (std::error_code EC = fs::createUniqueFile(
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ |
| H A D | Driver.cpp | 4250 llvm::sys::fs::createUniqueFile(CrashDirectory + Middle + Suffix, TmpName); in GetNamedOutputPath()
|