Home
last modified time | relevance | path

Searched refs:CreateNewNamed (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Host/windows/
H A DPipeWindows.h35 Status CreateNewNamed(bool child_process_inherit);
/llvm-project-15.0.7/lldb/source/Host/windows/
H A DPipeWindows.cpp84 Status PipeWindows::CreateNewNamed(bool child_process_inherit) { in CreateNewNamed() function in PipeWindows