Home
last modified time | relevance | path

Searched refs:GetInputFD (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DIOHandler.h116 int GetInputFD();
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h434 int stdin_fd = GetInputFD(); in Run()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandler.cpp79 int IOHandler::GetInputFD() { in GetInputFD() function in IOHandler
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp4351 m_read_file(GetInputFD(), File::eOpenOptionReadOnly, false), in IOHandlerProcessSTDIO()