Searched refs:DebugStrictDwarf (Results 1 – 9 of 9) sorted by relevance
145 XRayOmitFunctionIndex(false), DebugStrictDwarf(false), in TargetOptions()349 unsigned DebugStrictDwarf : 1; variable
104 CGOPT(bool, DebugStrictDwarf) in CGOPT()474 static cl::opt<bool> DebugStrictDwarf( in CGOPT() local476 CGBINDOPT(DebugStrictDwarf); in CGOPT()562 Options.DebugStrictDwarf = getDebugStrictDwarf(); in InitTargetOptionsFromCodeGenFlags()
165 CodeGenOpts.DebugStrictDwarf = CI.getCodeGenOpts().DebugStrictDwarf; in PCHContainerGenerator()
447 Options.DebugStrictDwarf = CodeGenOpts.DebugStrictDwarf; in initTargetOptions()
566 else if (CGO.DebugStrictDwarf && CGO.DwarfVersion < 5) in CreateCompileUnit()576 } else if (LO.OpenCL && (!CGM.getCodeGenOpts().DebugStrictDwarf || in CreateCompileUnit()581 } else if (LO.C11 && !(CGO.DebugStrictDwarf && CGO.DwarfVersion < 5)) { in CreateCompileUnit()3136 if (CGM.getCodeGenOpts().DebugStrictDwarf && in CreateType()
86 if (Attribute != 0 && Asm->TM.Options.DebugStrictDwarf && in addAttribute()
991 if (!Asm->TM.Options.DebugStrictDwarf || DD->getDwarfVersion() >= 5) { in constructTypeDIE()1850 return !Asm->TM.Options.DebugStrictDwarf || DD->getDwarfVersion() >= Version; in isCompatibleWithVersion()
334 CODEGENOPT(DebugStrictDwarf, 1, 1) ///< Whether or not to use strict DWARF info.
3275 CodeGenOpts<"DebugStrictDwarf">, DefaultFalse,