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

References

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