Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:LO

288   const LangOptions &LO = CGM.getLangOptions();
289 if (LO.CPlusPlus) {
290 if (LO.ObjC1)
294 } else if (LO.ObjC1) {
296 } else if (LO.C99) {
306 if (LO.ObjC1)
307 RuntimeVers = LO.ObjCNonFragileABI ? 2 : 1;
313 LO.Optimize, CGM.getCodeGenOpts().DwarfDebugFlags, RuntimeVers);