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

/freebsd-10.2-release/contrib/llvm/tools/lldb/source/API/
H A DSBCommandReturnObject.cpp79 m_opaque_ap->GetOutputData());
81 return m_opaque_ap->GetOutputData();
114 return strlen (m_opaque_ap->GetOutputData());
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h35 GetOutputData () function in class:lldb_private::CommandReturnObject
/freebsd-10.2-release/contrib/llvm/tools/lldb/tools/lldb-platform/
H A Dlldb-platform.cpp243 const char *output = result.GetOutputData();
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectCommands.cpp1369 if (result.GetOutputData() == NULL || result.GetOutputData()[0] == '\0')
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2487 result.AppendMessageWithFormat("%s", tmp_result.GetOutputData());
3005 const char *output = result.GetOutputData();

Completed in 76 milliseconds