Home | History | Annotate | Download | only in CodeGen

Lines Matching full:objcruntime

112            CGM.getLangOpts().ObjCRuntime.hasTerminate())
172 switch (L.ObjCRuntime.getKind()) {
173 case ObjCRuntime::FragileMacOSX:
175 case ObjCRuntime::MacOSX:
176 case ObjCRuntime::iOS:
178 case ObjCRuntime::GNUstep:
179 if (L.ObjCRuntime.getVersion() >= VersionTuple(1, 7))
182 case ObjCRuntime::GCC:
183 case ObjCRuntime::ObjFW:
199 switch (L.ObjCRuntime.getKind()) {
203 case ObjCRuntime::MacOSX:
204 case ObjCRuntime::iOS:
209 case ObjCRuntime::FragileMacOSX:
214 case ObjCRuntime::GCC:
215 case ObjCRuntime::ObjFW: // XXX: this will change soon
217 case ObjCRuntime::GNUstep:
305 if (!LangOpts.ObjCRuntime.isNeXTFamily())