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

References

tools/lldb/source/Core/FormatEntity.cpp
  374   s.Printf("%*.*s%-20s: ", depth * 2, depth * 2, "", TypeToCString(type));
  376     s.Printf("lldb-format = %s, ", FormatManager::GetFormatAsCString(fmt));
  378     s.Printf("string = \"%s\"", string.c_str());
  380     s.Printf("printf_format = \"%s\"", printf_format.c_str());
  382     s.Printf("number = %" PRIu64 " (0x%" PRIx64 "), ", number, number);
  384     s.Printf("deref = true, ");
  385   s.EOL();
  387     child.Dump(s, depth + 1);