Home
last modified time | relevance | path

Searched refs:GetReadNativeHandle (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Host/windows/
H A DPipeWindows.h70 HANDLE GetReadNativeHandle();
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DScriptInterpreter.cpp188 lldb::file_t read_file = pipe.GetReadNativeHandle(); in ScriptInterpreterIORedirect()
/llvm-project-15.0.7/lldb/source/Host/windows/
H A DPipeWindows.cpp271 PipeWindows::GetReadNativeHandle() { return m_read; } in GetReadNativeHandle() function in PipeWindows