Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandReturnObject.h31 llvm::StringRef GetOutputData() { in GetOutputData() function
/external/llvm-project/lldb/source/API/
DSBCommandReturnObject.cpp95 ConstString output(ref().GetOutputData()); in GetOutput()
109 return ref().GetOutputData().size(); in GetOutputSize()
/external/llvm-project/lldb/source/Commands/
DCommandObjectCommands.cpp1119 if (result.GetOutputData().empty()) in DoExecute()
1205 if (result.GetOutputData().empty()) in DoExecute()
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp1805 m_transcript_stream << result.GetOutputData(); in HandleCommand()
2326 result.AppendMessage(tmp_result.GetOutputData()); in HandleCommands()
2850 llvm::StringRef output = result.GetOutputData(); in IOHandlerInputComplete()