Lines Matching defs:DwarfVersion
843 unsigned DwarfVersion,
846 if (DwarfVersion > 0)
848 Args.MakeArgString("-dwarf-version=" + Twine(DwarfVersion)));
2724 unsigned DwarfVersion = DwarfVersionNum(Value);
2725 if (DwarfVersion == 0) { // Send it onward, and let cc1as complain.
2730 DwarfVersion, llvm::DebuggerKind::Default);
4416 unsigned DwarfVersion) {
4423 if (DwarfVersion < 3)
8617 const unsigned DwarfVersion = getDwarfVersion(getToolChain(), Args);
8618 RenderDebugEnablingArgs(Args, CmdArgs, DebugInfoKind, DwarfVersion,
8620 renderDwarfFormat(D, Triple, Args, CmdArgs, DwarfVersion);