Searched refs:DebugStrictDwarf (Results 1 – 8 of 8) sorted by relevance
134 DebugStrictDwarf(false), in TargetOptions()324 unsigned DebugStrictDwarf : 1; variable
96 CGOPT(bool, DebugStrictDwarf) in CGOPT()451 static cl::opt<bool> DebugStrictDwarf( in CGOPT() local453 CGBINDOPT(DebugStrictDwarf); in CGOPT()529 Options.DebugStrictDwarf = getDebugStrictDwarf(); in InitTargetOptionsFromCodeGenFlags()
88 if (Attribute != 0 && Asm->TM.Options.DebugStrictDwarf && in addAttribute()
944 if (!Asm->TM.Options.DebugStrictDwarf || DD->getDwarfVersion() >= 5) { in constructTypeDIE()
606 Options.DebugStrictDwarf = CodeGenOpts.DebugStrictDwarf; in initTargetOptions()
544 else if (LO.CPlusPlus14 && (!CGM.getCodeGenOpts().DebugStrictDwarf || in CreateCompileUnit()547 else if (LO.CPlusPlus11 && (!CGM.getCodeGenOpts().DebugStrictDwarf || in CreateCompileUnit()554 } else if (LO.OpenCL && (!CGM.getCodeGenOpts().DebugStrictDwarf || in CreateCompileUnit()2975 if (CGM.getCodeGenOpts().DebugStrictDwarf && in CreateType()
302 CODEGENOPT(DebugStrictDwarf, 1, 1) ///< Whether or not to use strict DWARF info.
2901 CodeGenOpts<"DebugStrictDwarf">, DefaultFalse,