Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getGC

768       assert ((CGM.getLangOpts().getGC() == LangOptions::NonGC));
982 if ((Opts.getGC() != LangOptions::NonGC) || Opts.ObjCAutoRefCount)
986 if (Opts.getGC() != LangOptions::NonGC) {
1227 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) {
1333 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) {
2510 switch (CGM.getLangOpts().getGC()) {