Searched refs:DebugStrictDwarf (Results 1 – 9 of 9) sorted by relevance
139 XRayFunctionIndex(true), DebugStrictDwarf(false), Hotpatch(false), in TargetOptions()350 unsigned DebugStrictDwarf : 1; variable
110 CGOPT(bool, DebugStrictDwarf) in CGOPT()500 static cl::opt<bool> DebugStrictDwarf( in CGOPT() local502 CGBINDOPT(DebugStrictDwarf); in CGOPT()602 Options.DebugStrictDwarf = getDebugStrictDwarf(); in InitTargetOptionsFromCodeGenFlags()
169 CodeGenOpts.DebugStrictDwarf = CI.getCodeGenOpts().DebugStrictDwarf; in PCHContainerGenerator()
469 Options.DebugStrictDwarf = CodeGenOpts.DebugStrictDwarf; in initTargetOptions()
724 else if (CGO.DebugStrictDwarf && CGO.DwarfVersion < 5) in CreateCompileUnit()734 } else if (LO.OpenCL && (!CGM.getCodeGenOpts().DebugStrictDwarf || in CreateCompileUnit()737 } else if (LO.C11 && !(CGO.DebugStrictDwarf && CGO.DwarfVersion < 5)) { in CreateCompileUnit()3631 if (CGM.getCodeGenOpts().DebugStrictDwarf && in CreateType()
52 DEBUGOPT(DebugStrictDwarf, 1, 1, Affecting) ///< Whether or not to use strict DWARF info.
91 if (Attribute != 0 && Asm->TM.Options.DebugStrictDwarf && in addAttribute()
1148 if (!Asm->TM.Options.DebugStrictDwarf || DD->getDwarfVersion() >= 5) { in constructTypeDIE()1812 if (!Asm->TM.Options.DebugStrictDwarf || DD->getDwarfVersion() >= 3) in constructEnumTypeDIE()1915 if (!Asm->TM.Options.DebugStrictDwarf || DD->getDwarfVersion() >= 6) { in constructMemberDIE()1921 if (!Asm->TM.Options.DebugStrictDwarf || DD->getDwarfVersion() >= 6) { in constructMemberDIE()2171 return !Asm->TM.Options.DebugStrictDwarf || DD->getDwarfVersion() >= Version; in isCompatibleWithVersion()
4684 CodeGenOpts<"DebugStrictDwarf">, DefaultFalse,