Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCommandReturnObject.cpp94 ConstString output(ref().GetOutputData()); in GetOutput()
108 return ref().GetOutputData().size(); in GetOutputSize()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h31 llvm::StringRef GetOutputData() { in GetOutputData() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1087 if (result.GetOutputData().empty()) in DoExecute()
1172 if (result.GetOutputData().empty()) in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1810 m_transcript_stream << result.GetOutputData(); in HandleCommand()
2324 result.AppendMessage(tmp_result.GetOutputData()); in HandleCommands()
2858 llvm::StringRef output = result.GetOutputData(); in IOHandlerInputComplete()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp614 debugger_sp->GetOutputStream() << result.GetOutputData() << '\n'; in Destroy()