• Home
  • Raw
  • Download

Lines Matching refs:ObjCRuntime

173   bool isRuntime(ObjCRuntime::Kind kind, unsigned major, unsigned minor=0) {  in isRuntime()
174 const ObjCRuntime &R = CGM.getLangOpts().ObjCRuntime; in isRuntime()
227 assert(!isRuntime(ObjCRuntime::GNUstep, 2)); in MakePropertyEncodingString()
228 if (isRuntime(ObjCRuntime::GNUstep, 1, 6)) { in MakePropertyEncodingString()
278 if (isRuntime(ObjCRuntime::GNUstep, 2)) { in PushPropertyListHeader()
810 const ObjCRuntime &R = CGM.getLangOpts().ObjCRuntime; in CGObjCGNUstep()
866 assert (CGM.getLangOpts().ObjCRuntime.getVersion() >= in GetCppAtomicObjectGetFunction()
874 assert (CGM.getLangOpts().ObjCRuntime.getVersion() >= in GetCppAtomicObjectSetFunction()
887 assert (CGM.getLangOpts().ObjCRuntime.getVersion() >= in GetOptimizedPropertySetFunction()
2377 if (CGM.getLangOpts().ObjCRuntime.isNonFragile()) { in GetEHType()
2537 bool isV2ABI = isRuntime(ObjCRuntime::GNUstep, 2); in GenerateMessageSendSuper()
2799 bool isV2ABI = isRuntime(ObjCRuntime::GNUstep, 2); in GenerateMethodList()
3279 if (isRuntime(ObjCRuntime::GNUstep, 2)) { in GenerateCategory()
3446 if (CGM.getLangOpts().ObjCRuntime.isNonFragile()) { in GenerateClass()
3463 if (CGM.getLangOpts().ObjCRuntime.isNonFragile()) { in GenerateClass()
4078 if (CGM.getLangOpts().ObjCRuntime.isNonFragile()) { in EmitIvarOffset()
4115 auto Runtime = CGM.getLangOpts().ObjCRuntime; in CreateGNUObjCRuntime()
4117 case ObjCRuntime::GNUstep: in CreateGNUObjCRuntime()
4122 case ObjCRuntime::GCC: in CreateGNUObjCRuntime()
4125 case ObjCRuntime::ObjFW: in CreateGNUObjCRuntime()
4128 case ObjCRuntime::FragileMacOSX: in CreateGNUObjCRuntime()
4129 case ObjCRuntime::MacOSX: in CreateGNUObjCRuntime()
4130 case ObjCRuntime::iOS: in CreateGNUObjCRuntime()
4131 case ObjCRuntime::WatchOS: in CreateGNUObjCRuntime()