Home
last modified time | relevance | path

Searched refs:DebugStrictDwarf (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h134 DebugStrictDwarf(false), in TargetOptions()
324 unsigned DebugStrictDwarf : 1; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp96 CGOPT(bool, DebugStrictDwarf) in CGOPT()
451 static cl::opt<bool> DebugStrictDwarf( in CGOPT() local
453 CGBINDOPT(DebugStrictDwarf); in CGOPT()
529 Options.DebugStrictDwarf = getDebugStrictDwarf(); in InitTargetOptionsFromCodeGenFlags()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h88 if (Attribute != 0 && Asm->TM.Options.DebugStrictDwarf && in addAttribute()
H A DDwarfUnit.cpp944 if (!Asm->TM.Options.DebugStrictDwarf || DD->getDwarfVersion() >= 5) { in constructTypeDIE()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp606 Options.DebugStrictDwarf = CodeGenOpts.DebugStrictDwarf; in initTargetOptions()
H A DCGDebugInfo.cpp544 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()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def302 CODEGENOPT(DebugStrictDwarf, 1, 1) ///< Whether or not to use strict DWARF info.
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2901 CodeGenOpts<"DebugStrictDwarf">, DefaultFalse,