Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getGC

1938   if (CGM.getLangOpts().getGC() == LangOptions::NonGC &&
2452 assert(CGM.getLangOpts().getGC() == LangOptions::NonGC);
2506 assert(CGM.getLangOpts().getGC() == LangOptions::NonGC);
4259 if (CGM.getLangOpts().getGC() == LangOptions::NonGC) {
4269 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) {
4764 if (CGM.getLangOpts().getGC() == LangOptions::NonGC &&
5529 if (CGM.getLangOpts().getGC() != LangOptions::GCOnly) {
5545 if (CGM.getLangOpts().getGC() != LangOptions::NonGC) {