Lines Matching refs:ObjCRuntime
237 const ObjCRuntime &R = CGM.getLangOpts().ObjCRuntime; in MakePropertyEncodingString()
238 if ((R.getKind() == ObjCRuntime::GNUstep) && in MakePropertyEncodingString()
738 const ObjCRuntime &R = CGM.getLangOpts().ObjCRuntime; in CGObjCGNUstep()
791 assert (CGM.getLangOpts().ObjCRuntime.getVersion() >= in GetCppAtomicObjectGetFunction()
799 assert (CGM.getLangOpts().ObjCRuntime.getVersion() >= in GetCppAtomicObjectSetFunction()
812 assert (CGM.getLangOpts().ObjCRuntime.getVersion() >= in GetOptimizedPropertySetFunction()
1137 if (CGM.getLangOpts().ObjCRuntime.isNonFragile()) { in GetEHType()
2211 if (CGM.getLangOpts().ObjCRuntime.isNonFragile()) { in GenerateClass()
2226 if (CGM.getLangOpts().ObjCRuntime.isNonFragile()) { in GenerateClass()
2858 if (CGM.getLangOpts().ObjCRuntime.isNonFragile()) { in EmitIvarOffset()
2888 switch (CGM.getLangOpts().ObjCRuntime.getKind()) { in CreateGNUObjCRuntime()
2889 case ObjCRuntime::GNUstep: in CreateGNUObjCRuntime()
2892 case ObjCRuntime::GCC: in CreateGNUObjCRuntime()
2895 case ObjCRuntime::ObjFW: in CreateGNUObjCRuntime()
2898 case ObjCRuntime::FragileMacOSX: in CreateGNUObjCRuntime()
2899 case ObjCRuntime::MacOSX: in CreateGNUObjCRuntime()
2900 case ObjCRuntime::iOS: in CreateGNUObjCRuntime()
2901 case ObjCRuntime::WatchOS: in CreateGNUObjCRuntime()