Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBCommandReturnObject.cpp88 ConstString output(ref().GetOutputData()); in GetOutput()
102 return ref().GetOutputData().size(); in GetOutputSize()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h32 llvm::StringRef GetOutputData() { in GetOutputData() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1137 if (result.GetOutputData().empty()) in DoExecute()
1231 if (result.GetOutputData().empty()) in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2044 m_transcript_stream << result.GetOutputData(); in HandleCommand()
2576 result.AppendMessage(tmp_result.GetOutputData()); in HandleCommands()
3128 llvm::StringRef output = result.GetOutputData(); in IOHandlerInputComplete()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp762 (*debugger_sp->GetAsyncOutputStream()) << result.GetOutputData() << '\n'; in Destroy()