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

References

tools/llvm-objdump/MachODump.cpp
 3876   sys::swapByteOrder(o.flags);
 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;