reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
126 s->Printf("%p: ", static_cast<const void *>(this)); 127 s->Indent(); 130 s->Printf("ObjectContainerUniversalMachO, num_archs = %zu, num_objects = %zu", 134 s->IndentMore(); 136 s->Indent(); 138 s->Printf("arch[%u] = %s\n", i, arch.GetArchitectureName()); 141 s->Indent(); 142 s->Printf("object[%u] = %s\n", i, GetObjectNameAtIndex(i)); 144 s->IndentLess(); 145 s->EOL();