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

References

tools/lldb/source/API/SBCommandReturnObject.cpp
  102   ConstString output(ref().GetErrorData());
  115   return ref().GetErrorData().size();
tools/lldb/source/Interpreter/CommandInterpreter.cpp
 2240       llvm::StringRef error_msg = tmp_result.GetErrorData();
 2762       llvm::StringRef error = result.GetErrorData();
tools/lldb/tools/lldb-test/lldb-test.cpp
  383       P.formatLine("Failed: {0}", Result.GetErrorData());
 1027     outs() << formatv("Failed: {0}\n", Result.GetErrorData());