Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Target/
HDTargetOptions.h155 XRayFunctionIndex(true), DebugStrictDwarf(false), Hotpatch(false), in TargetOptions()
362 unsigned DebugStrictDwarf : 1; variable
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDCommandFlags.cpp109 CGOPT(bool, DebugStrictDwarf) in CGOPT()
493 static cl::opt<bool> DebugStrictDwarf( in CGOPT() local
495 CGBINDOPT(DebugStrictDwarf); in CGOPT()
596 Options.DebugStrictDwarf = getDebugStrictDwarf(); in InitTargetOptionsFromCodeGenFlags()
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDObjectFilePCHContainerOperations.cpp168 CodeGenOpts.DebugStrictDwarf = CI.getCodeGenOpts().DebugStrictDwarf; in PCHContainerGenerator()
HDBackendUtil.cpp434 Options.DebugStrictDwarf = CodeGenOpts.DebugStrictDwarf; in initTargetOptions()
HDCGDebugInfo.cpp583 else if (CGO.DebugStrictDwarf && CGO.DwarfVersion < 5) in CreateCompileUnit()
593 } else if (LO.OpenCL && (!CGM.getCodeGenOpts().DebugStrictDwarf || in CreateCompileUnit()
598 } else if (LO.C11 && !(CGO.DebugStrictDwarf && CGO.DwarfVersion < 5)) { in CreateCompileUnit()
3407 if (CGM.getCodeGenOpts().DebugStrictDwarf && in CreateType()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDDebugOptions.def70 DEBUGOPT(DebugStrictDwarf, 1, 1) ///< Whether or not to use strict DWARF info.
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfUnit.h91 if (Attribute != 0 && Asm->TM.Options.DebugStrictDwarf && in addAttribute()
HDDwarfUnit.cpp1025 if (!Asm->TM.Options.DebugStrictDwarf || DD->getDwarfVersion() >= 5) { in constructTypeDIE()
1588 if (!Asm->TM.Options.DebugStrictDwarf || DD->getDwarfVersion() >= 3) in constructEnumTypeDIE()
1896 return !Asm->TM.Options.DebugStrictDwarf || DD->getDwarfVersion() >= Version; in isCompatibleWithVersion()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Driver/
HDOptions.td4415 CodeGenOpts<"DebugStrictDwarf">, DefaultFalse,