Lines Matching defs:DwarfVersion
861 unsigned DwarfVersion,
864 if (DwarfVersion > 0)
866 Args.MakeArgString("-dwarf-version=" + Twine(DwarfVersion)));
2772 unsigned DwarfVersion = DwarfVersionNum(Value);
2773 if (DwarfVersion == 0) { // Send it onward, and let cc1as complain.
2778 DwarfVersion, llvm::DebuggerKind::Default);
4568 unsigned DwarfVersion) {
4575 if (DwarfVersion < 3)
8797 const unsigned DwarfVersion = getDwarfVersion(getToolChain(), Args);
8798 RenderDebugEnablingArgs(Args, CmdArgs, DebugInfoKind, DwarfVersion,
8800 renderDwarfFormat(D, Triple, Args, CmdArgs, DwarfVersion);