Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:LO

306   const LangOptions &LO = CGM.getLangOpts();
307 if (LO.CPlusPlus) {
308 if (LO.ObjC1)
312 } else if (LO.ObjC1) {
314 } else if (LO.C99) {
324 if (LO.ObjC1)
325 RuntimeVers = LO.ObjCRuntime.isNonFragile() ? 2 : 1;
331 LO.Optimize, CGM.getCodeGenOpts().DwarfDebugFlags, RuntimeVers);