Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetOptions.h145 XRayOmitFunctionIndex(false), DebugStrictDwarf(false), in TargetOptions()
349 unsigned DebugStrictDwarf : 1; variable
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCommandFlags.cpp102 CGOPT(bool, DebugStrictDwarf) in CGOPT()
472 static cl::opt<bool> DebugStrictDwarf( in CGOPT() local
474 CGBINDOPT(DebugStrictDwarf); in CGOPT()
560 Options.DebugStrictDwarf = getDebugStrictDwarf(); in InitTargetOptionsFromCodeGenFlags()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp165 CodeGenOpts.DebugStrictDwarf = CI.getCodeGenOpts().DebugStrictDwarf; in PCHContainerGenerator()
H A DBackendUtil.cpp435 Options.DebugStrictDwarf = CodeGenOpts.DebugStrictDwarf; in initTargetOptions()
H A DCGDebugInfo.cpp551 else if (LO.CPlusPlus14 && (!CGM.getCodeGenOpts().DebugStrictDwarf || in CreateCompileUnit()
554 else if (LO.CPlusPlus11 && (!CGM.getCodeGenOpts().DebugStrictDwarf || in CreateCompileUnit()
561 } else if (LO.OpenCL && (!CGM.getCodeGenOpts().DebugStrictDwarf || in CreateCompileUnit()
3119 if (CGM.getCodeGenOpts().DebugStrictDwarf && in CreateType()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h86 if (Attribute != 0 && Asm->TM.Options.DebugStrictDwarf && in addAttribute()
H A DDwarfUnit.cpp990 if (!Asm->TM.Options.DebugStrictDwarf || DD->getDwarfVersion() >= 5) { in constructTypeDIE()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCodeGenOptions.def329 CODEGENOPT(DebugStrictDwarf, 1, 1) ///< Whether or not to use strict DWARF info.
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td3179 CodeGenOpts<"DebugStrictDwarf">, DefaultFalse,