Searched refs:DebugStrictDwarf (Results 1 – 6 of 6) sorted by relevance
134 DebugStrictDwarf(false), in TargetOptions()327 unsigned DebugStrictDwarf : 1; variable
97 CGOPT(bool, DebugStrictDwarf) in CGOPT()457 static cl::opt<bool> DebugStrictDwarf( in CGOPT() local459 CGBINDOPT(DebugStrictDwarf); in CGOPT()536 Options.DebugStrictDwarf = getDebugStrictDwarf(); in InitTargetOptionsFromCodeGenFlags()
88 if (Attribute != 0 && Asm->TM.Options.DebugStrictDwarf && in addAttribute()
598 Options.DebugStrictDwarf = CodeGenOpts.DebugStrictDwarf; in initTargetOptions()
297 CODEGENOPT(DebugStrictDwarf, 1, 1) ///< Whether or not to use strict DWARF info.
2868 CodeGenOpts<"DebugStrictDwarf">, DefaultFalse,