| /llvm-project-15.0.7/lldb/include/lldb/Host/ |
| H A D | PipeBase.h | 25 virtual Status CreateNew(bool child_process_inherit) = 0; 26 virtual Status CreateNew(llvm::StringRef name,
|
| /llvm-project-15.0.7/lldb/unittests/Core/ |
| H A D | CommunicationTest.cpp | 28 ASSERT_THAT_ERROR(pipe.CreateNew(/*child_process_inherit=*/false).ToError(), in TEST() 49 ASSERT_THAT_ERROR(pipe.CreateNew(/*child_process_inherit=*/false).ToError(), in TEST()
|
| /llvm-project-15.0.7/lldb/include/lldb/Host/posix/ |
| H A D | PipePosix.h | 35 Status CreateNew(bool child_process_inherit) override; 36 Status CreateNew(llvm::StringRef name, bool child_process_inherit) override;
|
| /llvm-project-15.0.7/lldb/include/lldb/Host/windows/ |
| H A D | PipeWindows.h | 32 Status CreateNew(bool child_process_inherit) override; 36 Status CreateNew(llvm::StringRef name, bool child_process_inherit) override;
|
| /llvm-project-15.0.7/lldb/source/Host/windows/ |
| H A D | PipeWindows.cpp | 66 Status PipeWindows::CreateNew(bool child_process_inherit) { in CreateNew() function in PipeWindows 94 return CreateNew(pipe_name.c_str(), child_process_inherit); in CreateNewNamed() 97 Status PipeWindows::CreateNew(llvm::StringRef name, in CreateNew() function in PipeWindows 146 error = CreateNew(pipe_name, child_process_inherit); in CreateWithUniqueName()
|
| /llvm-project-15.0.7/lldb/source/Host/posix/ |
| H A D | PipePosix.cpp | 76 Status PipePosix::CreateNew(bool child_processes_inherit) { in CreateNew() function in PipePosix 105 Status PipePosix::CreateNew(llvm::StringRef name, bool child_process_inherit) { in CreateNew() function in PipePosix 133 error = CreateNew(named_pipe_path, child_process_inherit); in CreateWithUniqueName()
|
| H A D | ProcessLauncherPosixFork.cpp | 263 error = pipe.CreateNew(child_processes_inherit); in LaunchProcess()
|
| H A D | ConnectionFileDescriptorPosix.cpp | 96 Status result = m_pipe.CreateNew(m_child_processes_inherit); in OpenCommandPipe()
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | unit.h | 56 static ExternalFileUnit &CreateNew(int unit, const Terminator &);
|
| H A D | unit.cpp | 72 ExternalFileUnit &ExternalFileUnit::CreateNew( in CreateNew() function in Fortran::runtime::io::ExternalFileUnit
|
| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | ScriptInterpreter.cpp | 186 Status pipe_result = pipe.CreateNew(false); in ScriptInterpreterIORedirect()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunication.cpp | 1034 error = socket_pipe.CreateNew(true); in StartDebugserverProcess()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Instructions.cpp | 490 bool CreateNew = false; in removeOperandBundle() local 495 CreateNew = true; in removeOperandBundle() 501 return CreateNew ? Create(CB, Bundles, InsertPt) : CB; in removeOperandBundle()
|
| /llvm-project-15.0.7/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 1180 "Cannot specify both 'CreateNew' and 'Append' file creation flags!");
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | Path.cpp | 1747 TEST_F(FileSystemTest, CreateNew) { in TEST_F() argument
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | Process.cpp | 4332 m_pipe.CreateNew(false); in IOHandlerProcessSTDIO()
|