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

References

tools/lldb/include/lldb/Core/ModuleSpec.h
  185       strm.PutCString("file = '");
  186       strm << m_file;
  187       strm.PutCString("'");
  192         strm.PutCString(", ");
  193       strm.PutCString("platform_file = '");
  194       strm << m_platform_file;
  195       strm.PutCString("'");
  200         strm.PutCString(", ");
  201       strm.PutCString("symbol_file = '");
  202       strm << m_symbol_file;
  203       strm.PutCString("'");
  208         strm.PutCString(", ");
  209       strm.Printf("arch = ");
  210       m_arch.DumpTriple(strm);
  215         strm.PutCString(", ");
  216       strm.PutCString("uuid = ");
  217       m_uuid.Dump(&strm);
  222         strm.PutCString(", ");
  223       strm.Printf("object_name = %s", m_object_name.GetCString());
  228         strm.PutCString(", ");
  229       strm.Printf("object_offset = %" PRIu64, m_object_offset);
  234         strm.PutCString(", ");
  235       strm.Printf("object size = %" PRIu64, m_object_size);
  240         strm.PutCString(", ");
  241       strm.Format("object_mod_time = {0:x+}",