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

References

tools/llvm-objdump/MachODump.cpp
 6033   memset(&o, '\0', sizeof(struct objc_image_info32));
 6035     memcpy(&o, r, left);
 6038     memcpy(&o, r, sizeof(struct objc_image_info32));
 6040     swapStruct(o);
 6041   outs() << "  version " << o.version << "\n";
 6042   outs() << "    flags " << format("0x%" PRIx32, o.flags);
 6043   if (o.flags & OBJC_IMAGE_IS_REPLACEMENT)
 6045   if (o.flags & OBJC_IMAGE_SUPPORTS_GC)
 6047   swift_version = (o.flags >> 8) & 0xff;