Searched refs:input_sp (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | IOHandler.cpp | 65 const lldb::FileSP &input_sp, in IOHandler() argument 68 : m_debugger(debugger), m_input_sp(input_sp), m_output_sp(output_sp), in IOHandler() 241 Debugger &debugger, IOHandler::Type type, const lldb::FileSP &input_sp, in IOHandlerEditline() argument 248 : IOHandler(debugger, type, input_sp, output_sp, error_sp, flags), in IOHandlerEditline()
|
| /openbsd-src/gnu/llvm/lldb/source/Utility/ |
| H A D | Listener.cpp | 28 BroadcasterManagerSP input_sp = input_wp.lock(); in operator ()() local 29 return (input_sp && input_sp == m_manager_sp); in operator ()()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | IOHandler.h | 63 const lldb::FileSP &input_sp, const lldb::StreamFileSP &output_sp, 340 const lldb::FileSP &input_sp,
|