Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getGC

782       assert ((CGM.getLangOpts().getGC() == LangOptions::NonGC));
1001 if ((Opts.getGC() != LangOptions::NonGC) || Opts.ObjCAutoRefCount)
1005 if (Opts.getGC() != LangOptions::NonGC) {
1245 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) {
1348 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) {
2547 switch (CGM.getLangOpts().getGC()) {