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

References

tools/lldb/source/DataFormatters/ValueObjectPrinter.cpp
   49   m_stream = s;
   54   assert(m_stream && "cannot print to a NULL Stream");
   81     m_stream->Indent();
   95     m_stream->EOL();
  220     m_stream->Printf("%s: ", m_valobj->GetLocationAsCString());
  306       m_stream->PutCString(dest_stream.GetString());
  313       m_stream->Printf("(%s) ", typeName.GetData());
  315       m_stream->Printf("%s =", varName.GetData());
  317       m_stream->Printf(" =");
  405         m_stream->Printf(" <could not resolve type>");
  410       m_stream->Printf(" <%s>\n", m_error.c_str());
  426           m_stream->Printf(" %s", m_value.c_str());
  432         m_stream->Printf(" %s", m_summary.c_str());
  447         m_stream->Printf(" ");
  457             m_stream->Printf("%s", object_desc);
  459             m_stream->Printf("%s\n", object_desc);
  550       m_stream->EOL();
  553       m_stream->PutCString(IsRef() ? ": {\n" : " {\n");
  554     m_stream->IndentMore();
  580         child_sp.get(), m_stream, child_options,
  614       m_stream->Indent("...\n");
  616     m_stream->IndentLess();
  617     m_stream->Indent("}\n");
  687           m_stream->PutCString(" {}\n");
  689           m_stream->EOL();
  691         m_stream->EOL();
  700         m_stream->PutCString("\n");
  702         m_stream->PutCString(" {}\n");
  706       m_stream->EOL();
  720     m_stream->PutChar('(');
  729           m_stream->PutCString(", ");
  733             m_stream->PutCString(name);
  734             m_stream->PutCString(" = ");
  738             *m_stream, ValueObject::eValueObjectRepresentationStyleSummary,
  745       m_stream->PutCString(", ...)");
  747       m_stream->PutChar(')');
  772       m_stream->PutCString(" {...}\n");
  782       m_stream->PutChar(' ');
  784       m_stream->EOL();
  789     m_stream->PutCString("{...}\n");
  791     m_stream->EOL();
  805     m_stream->Printf("! ");
  822   m_stream->Printf(" ! validation error: %s", m_validation.second.c_str());
  823   m_stream->EOL();