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

References

tools/llvm-objdump/MachODump.cpp
 5362   r = get_pointer_64(p, offset, left, S, info);
 5366   if (info->O->isLittleEndian() != sys::IsLittleEndianHost)
 5370   name = get_symbol_64(offset + offsetof(struct class64_t, isa), S, info,
 5377   name = get_symbol_64(offset + offsetof(struct class64_t, superclass), S, info,
 5383              offset + offsetof(struct class64_t, superclass), info);
 5390   name = get_symbol_64(offset + offsetof(struct class64_t, cache), S, info,
 5397   name = get_symbol_64(offset + offsetof(struct class64_t, vtable), S, info,
 5403   name = get_symbol_64(offset + offsetof(struct class64_t, data), S, info,
 5407     if (info->verbose && name != nullptr)
 5422   if (!print_class_ro64_t((c.data + n_value) & ~0x7, info, is_meta_class))
 5428       info->depth < 100) {
 5429       info->depth++;
 5431       print_class64_t(c.isa + isa_n_value, info);