Lines Matching refs:ObjCRuntime

177   bool isRuntime(ObjCRuntime::Kind kind, unsigned major, unsigned minor=0) {  in isRuntime()
178 const ObjCRuntime &R = CGM.getLangOpts().ObjCRuntime; in isRuntime()
229 assert(!isRuntime(ObjCRuntime::GNUstep, 2)); in MakePropertyEncodingString()
230 if (isRuntime(ObjCRuntime::GNUstep, 1, 6)) { in MakePropertyEncodingString()
280 if (isRuntime(ObjCRuntime::GNUstep, 2)) { in PushPropertyListHeader()
818 const ObjCRuntime &R = CGM.getLangOpts().ObjCRuntime; in CGObjCGNUstep()
877 assert (CGM.getLangOpts().ObjCRuntime.getVersion() >= in GetCppAtomicObjectGetFunction()
885 assert (CGM.getLangOpts().ObjCRuntime.getVersion() >= in GetCppAtomicObjectSetFunction()
898 assert (CGM.getLangOpts().ObjCRuntime.getVersion() >= in GetOptimizedPropertySetFunction()
2258 isRuntime(ObjCRuntime::GNUstep, 2); in CGObjCGNU()
2506 if (CGM.getLangOpts().ObjCRuntime.isNonFragile()) { in GetEHType()
2661 bool isV2ABI = isRuntime(ObjCRuntime::GNUstep, 2); in GenerateMessageSendSuper()
3014 bool isV2ABI = isRuntime(ObjCRuntime::GNUstep, 2); in GenerateMethodList()
3484 if (isRuntime(ObjCRuntime::GNUstep, 2)) { in GenerateCategory()
3649 if (CGM.getLangOpts().ObjCRuntime.isNonFragile()) { in GenerateClass()
3666 if (CGM.getLangOpts().ObjCRuntime.isNonFragile()) { in GenerateClass()
4305 if (CGM.getLangOpts().ObjCRuntime.isNonFragile()) { in EmitIvarOffset()
4344 auto Runtime = CGM.getLangOpts().ObjCRuntime; in CreateGNUObjCRuntime()
4346 case ObjCRuntime::GNUstep: in CreateGNUObjCRuntime()
4351 case ObjCRuntime::GCC: in CreateGNUObjCRuntime()
4354 case ObjCRuntime::ObjFW: in CreateGNUObjCRuntime()
4357 case ObjCRuntime::FragileMacOSX: in CreateGNUObjCRuntime()
4358 case ObjCRuntime::MacOSX: in CreateGNUObjCRuntime()
4359 case ObjCRuntime::iOS: in CreateGNUObjCRuntime()
4360 case ObjCRuntime::WatchOS: in CreateGNUObjCRuntime()