Lines Matching refs:ObjCRuntime
231 const ObjCRuntime &R = CGM.getLangOpts().ObjCRuntime; in MakePropertyEncodingString()
232 if ((R.getKind() == ObjCRuntime::GNUstep) && in MakePropertyEncodingString()
700 const ObjCRuntime &R = CGM.getLangOpts().ObjCRuntime; in CGObjCGNUstep()
752 assert (CGM.getLangOpts().ObjCRuntime.getVersion() >= in GetCppAtomicObjectGetFunction()
759 assert (CGM.getLangOpts().ObjCRuntime.getVersion() >= in GetCppAtomicObjectSetFunction()
771 assert (CGM.getLangOpts().ObjCRuntime.getVersion() >= in GetOptimizedPropertySetFunction()
1094 if (CGM.getLangOpts().ObjCRuntime.isNonFragile()) { in GetEHType()
2179 if (CGM.getLangOpts().ObjCRuntime.isNonFragile()) { in GenerateClass()
2194 if (CGM.getLangOpts().ObjCRuntime.isNonFragile()) { in GenerateClass()
2818 if (CGM.getLangOpts().ObjCRuntime.isNonFragile()) { in EmitIvarOffset()
2843 switch (CGM.getLangOpts().ObjCRuntime.getKind()) { in CreateGNUObjCRuntime()
2844 case ObjCRuntime::GNUstep: in CreateGNUObjCRuntime()
2847 case ObjCRuntime::GCC: in CreateGNUObjCRuntime()
2850 case ObjCRuntime::ObjFW: in CreateGNUObjCRuntime()
2853 case ObjCRuntime::FragileMacOSX: in CreateGNUObjCRuntime()
2854 case ObjCRuntime::MacOSX: in CreateGNUObjCRuntime()
2855 case ObjCRuntime::iOS: in CreateGNUObjCRuntime()