Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Host/windows/
H A DPipeWindows.h71 HANDLE GetWriteNativeHandle();
/llvm-project-15.0.7/lldb/source/Host/windows/
H A DPipeWindows.cpp274 PipeWindows::GetWriteNativeHandle() { return m_write; } in GetWriteNativeHandle() function in PipeWindows