Searched refs:DebugStrictDwarf (Results 1 – 9 of 9) sorted by relevance
145 XRayOmitFunctionIndex(false), DebugStrictDwarf(false), in TargetOptions()349 unsigned DebugStrictDwarf : 1; variable
102 CGOPT(bool, DebugStrictDwarf) in CGOPT()472 static cl::opt<bool> DebugStrictDwarf( in CGOPT() local474 CGBINDOPT(DebugStrictDwarf); in CGOPT()560 Options.DebugStrictDwarf = getDebugStrictDwarf(); in InitTargetOptionsFromCodeGenFlags()
165 CodeGenOpts.DebugStrictDwarf = CI.getCodeGenOpts().DebugStrictDwarf; in PCHContainerGenerator()
435 Options.DebugStrictDwarf = CodeGenOpts.DebugStrictDwarf; in initTargetOptions()
551 else if (LO.CPlusPlus14 && (!CGM.getCodeGenOpts().DebugStrictDwarf || in CreateCompileUnit()554 else if (LO.CPlusPlus11 && (!CGM.getCodeGenOpts().DebugStrictDwarf || in CreateCompileUnit()561 } else if (LO.OpenCL && (!CGM.getCodeGenOpts().DebugStrictDwarf || in CreateCompileUnit()3119 if (CGM.getCodeGenOpts().DebugStrictDwarf && in CreateType()
86 if (Attribute != 0 && Asm->TM.Options.DebugStrictDwarf && in addAttribute()
990 if (!Asm->TM.Options.DebugStrictDwarf || DD->getDwarfVersion() >= 5) { in constructTypeDIE()
329 CODEGENOPT(DebugStrictDwarf, 1, 1) ///< Whether or not to use strict DWARF info.
3179 CodeGenOpts<"DebugStrictDwarf">, DefaultFalse,