Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h674 lldb::LockableStreamFileSP GetErrorStreamSP() { return m_error_stream_sp; } in GetErrorStreamSP() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1386 err = GetErrorStreamSP(); in AdoptTopIOHandlerFilesIfInvalid()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3553 m_debugger.GetErrorStreamSP(), flags, "lldb", m_debugger.GetPrompt(), in GetIOHandler()