Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBCommandReturnObject.cpp57 llvm::StringRef output = m_opaque_ap->GetOutputData(); in GetOutput()
95 return (m_opaque_ap ? m_opaque_ap->GetOutputData().size() : 0); in GetOutputSize()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h32 llvm::StringRef GetOutputData() { in GetOutputData() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectCommands.cpp1292 if (result.GetOutputData().empty()) in DoExecute()
1380 if (result.GetOutputData().empty()) in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2256 result.AppendMessage(tmp_result.GetOutputData()); in HandleCommands()
2809 llvm::StringRef output = result.GetOutputData(); in IOHandlerInputComplete()