Home
last modified time | relevance | path

Searched refs:GetOutputData (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/source/API/
H A DSBCommandReturnObject.cpp88 ConstString output(ref().GetOutputData()); in GetOutput()
102 return ref().GetOutputData().size(); in GetOutputSize()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h32 llvm::StringRef GetOutputData() { in GetOutputData() function
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectCommands.cpp1132 if (result.GetOutputData().empty()) in DoExecute()
1217 if (result.GetOutputData().empty()) in DoExecute()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1994 m_transcript_stream << result.GetOutputData(); in HandleCommand()
2522 result.AppendMessage(tmp_result.GetOutputData()); in HandleCommands()
3072 llvm::StringRef output = result.GetOutputData(); in IOHandlerInputComplete()
/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp672 (*debugger_sp->GetAsyncOutputStream()) << result.GetOutputData() << '\n'; in Destroy()