Searched refs:CreateNew (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/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,
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/posix/ |
H A D | PipePosix.h | 34 Status CreateNew(bool child_process_inherit) override; 35 Status CreateNew(llvm::StringRef name, bool child_process_inherit) override;
|
/freebsd/contrib/llvm-project/lldb/source/Host/posix/ |
H A D | PipePosix.cpp | 80 Status PipePosix::CreateNew(bool child_processes_inherit) { in CreateNew() function in PipePosix 110 Status PipePosix::CreateNew(llvm::StringRef name, bool child_process_inherit) { in CreateNew() function in PipePosix 139 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 | MainLoopPosix.cpp | 229 Status error = m_trigger_pipe.CreateNew(/*child_process_inherit=*/false);
|
H A D | ConnectionFileDescriptorPosix.cpp | 97 Status result = m_pipe.CreateNew(m_child_processes_inherit); in OpenCommandPipe()
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | ScriptInterpreter.cpp | 217 Status pipe_result = pipe.CreateNew(false); in ScriptInterpreterIORedirect()
|
/freebsd/contrib/googletest/googlemock/test/ |
H A D | gmock-more-actions_test.cc | 1447 ACTION_TEMPLATE(CreateNew, HAS_1_TEMPLATE_PARAMS(typename, T), in ACTION_TEMPLATE() argument 1453 const Action<int*()> a = CreateNew<int>(); in TEST() 1459 ACTION_TEMPLATE(CreateNew, HAS_1_TEMPLATE_PARAMS(typename, T), in ACTION_TEMPLATE() argument 1465 const Action<int*()> a = CreateNew<int>(42); in TEST()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunication.cpp | 1013 error = socket_pipe.CreateNew(true); in StartDebugserverProcess()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Instructions.cpp | 574 bool CreateNew = false; in removeOperandBundle() local 579 CreateNew = true; in removeOperandBundle() 585 return CreateNew ? Create(CB, Bundles, InsertPt) : CB; in removeOperandBundle()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
H A D | Path.inc | 1220 "Cannot specify both 'CreateNew' and 'Append' file creation flags!");
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | Process.cpp | 4596 m_pipe.CreateNew(false); in IOHandlerProcessSTDIO()
|