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

References

tools/llvm-objdump/MachODump.cpp
 5445   memset(&c, '\0', sizeof(struct class32_t));
 5447     memcpy(&c, r, left);
 5450     memcpy(&c, r, sizeof(struct class32_t));
 5452     swapStruct(c);
 5454   outs() << "           isa " << format("0x%" PRIx32, c.isa);
 5456       get_symbol_32(offset + offsetof(struct class32_t, isa), S, info, c.isa);
 5461   outs() << "    superclass " << format("0x%" PRIx32, c.superclass);
 5463                        c.superclass);
 5468   outs() << "         cache " << format("0x%" PRIx32, c.cache);
 5470                        c.cache);
 5475   outs() << "        vtable " << format("0x%" PRIx32, c.vtable);
 5477                        c.vtable);
 5483       get_symbol_32(offset + offsetof(struct class32_t, data), S, info, c.data);
 5484   outs() << "          data " << format("0x%" PRIx32, c.data)
 5488   if (c.data & 0x3)
 5492   if (!print_class_ro32_t(c.data & ~0x3, info, is_meta_class))
 5497     print_class32_t(c.isa, info);