Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h118 int GetInputFD();
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h451 int stdin_fd = GetInputFD(); in Run()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp79 int IOHandler::GetInputFD() { in GetInputFD() function in IOHandler
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp4626 m_read_file(GetInputFD(), File::eOpenOptionReadOnly, false), in IOHandlerProcessSTDIO()