Home
last modified time | relevance | path

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

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