reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/API/SBCommandReturnObject.cpp
   95   ConstString output(ref().GetOutputData());
  109   return ref().GetOutputData().size();
tools/lldb/source/Commands/CommandObjectCommands.cpp
 1253         if (result.GetOutputData().empty())
 1339         if (result.GetOutputData().empty())
tools/lldb/source/Interpreter/CommandInterpreter.cpp
 2236         result.AppendMessage(tmp_result.GetOutputData());
 2756       llvm::StringRef output = result.GetOutputData();