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

References

tools/llvm-objdump/MachODump.cpp
 5442   r = get_pointer_32(p, offset, left, S, info);
 5451   if (info->O->isLittleEndian() != sys::IsLittleEndianHost)
 5456       get_symbol_32(offset + offsetof(struct class32_t, isa), S, info, c.isa);
 5462   name = get_symbol_32(offset + offsetof(struct class32_t, superclass), S, info,
 5469   name = get_symbol_32(offset + offsetof(struct class32_t, cache), S, info,
 5476   name = get_symbol_32(offset + offsetof(struct class32_t, vtable), S, info,
 5483       get_symbol_32(offset + offsetof(struct class32_t, data), S, info, c.data);
 5492   if (!print_class_ro32_t(c.data & ~0x3, info, is_meta_class))
 5497     print_class32_t(c.isa, info);