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

References

tools/llvm-objdump/MachODump.cpp
 5971   memset(&o, '\0', sizeof(struct objc_image_info64));
 5973     memcpy(&o, r, left);
 5976     memcpy(&o, r, sizeof(struct objc_image_info64));
 5978     swapStruct(o);
 5979   outs() << "  version " << o.version << "\n";
 5980   outs() << "    flags " << format("0x%" PRIx32, o.flags);
 5981   if (o.flags & OBJC_IMAGE_IS_REPLACEMENT)
 5983   if (o.flags & OBJC_IMAGE_SUPPORTS_GC)
 5985   if (o.flags & OBJC_IMAGE_IS_SIMULATED)
 5987   if (o.flags & OBJC_IMAGE_HAS_CATEGORY_CLASS_PROPERTIES)
 5989   swift_version = (o.flags >> 8) & 0xff;