Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h154 XRayFunctionIndex(true), DebugStrictDwarf(false), Hotpatch(false), in TargetOptions()
354 unsigned DebugStrictDwarf : 1; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp108 CGOPT(bool, DebugStrictDwarf) in CGOPT()
485 static cl::opt<bool> DebugStrictDwarf( in CGOPT() local
487 CGBINDOPT(DebugStrictDwarf); in CGOPT()
587 Options.DebugStrictDwarf = getDebugStrictDwarf(); in InitTargetOptionsFromCodeGenFlags()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp168 CodeGenOpts.DebugStrictDwarf = CI.getCodeGenOpts().DebugStrictDwarf; in PCHContainerGenerator()
H A DBackendUtil.cpp423 Options.DebugStrictDwarf = CodeGenOpts.DebugStrictDwarf; in initTargetOptions()
H A DCGDebugInfo.cpp573 else if (CGO.DebugStrictDwarf && CGO.DwarfVersion < 5) in CreateCompileUnit()
583 } else if (LO.OpenCL && (!CGM.getCodeGenOpts().DebugStrictDwarf || in CreateCompileUnit()
588 } else if (LO.C11 && !(CGO.DebugStrictDwarf && CGO.DwarfVersion < 5)) { in CreateCompileUnit()
3281 if (CGM.getCodeGenOpts().DebugStrictDwarf && in CreateType()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DDebugOptions.def70 DEBUGOPT(DebugStrictDwarf, 1, 1) ///< Whether or not to use strict DWARF info.
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h91 if (Attribute != 0 && Asm->TM.Options.DebugStrictDwarf && in addAttribute()
H A DDwarfUnit.cpp992 if (!Asm->TM.Options.DebugStrictDwarf || DD->getDwarfVersion() >= 5) { in constructTypeDIE()
1856 return !Asm->TM.Options.DebugStrictDwarf || DD->getDwarfVersion() >= Version; in isCompatibleWithVersion()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4189 CodeGenOpts<"DebugStrictDwarf">, DefaultFalse,