enum ImageInfoFlags
Description
EmitImageInfo - Emit the image info marker used to encode some module level information. See: <rdr ://4810609 & 4810587 & 4810587> struct IMAGE_INFO { unsigned version; unsigned flags; };
Declared at: clang/lib/CodeGen/CGObjCMac.cpp:5089
Enumerators
Name | Value | Comment |
---|---|---|
eImageInfo_FixAndContinue | 1 | |
eImageInfo_GarbageCollected | 2 | |
eImageInfo_GCOnly | 4 | |
eImageInfo_OptimizedByDyld | 8 | |
eImageInfo_CorrectedSynthesize | 16 | |
eImageInfo_ImageIsSimulated | 32 | |
eImageInfo_ClassProperties | 64 |