Searched refs:DwarfFormatArg (Results 1 – 2 of 2) sorted by relevance
236 if (auto *DwarfFormatArg = Args.getLastArg(OPT_gdwarf64, OPT_gdwarf32)) in CreateFromArgs() local237 Opts.Dwarf64 = DwarfFormatArg->getOption().matches(OPT_gdwarf64); in CreateFromArgs()
3851 auto *DwarfFormatArg = in renderDwarfFormat() local3853 if (!DwarfFormatArg) in renderDwarfFormat()3856 if (DwarfFormatArg->getOption().matches(options::OPT_gdwarf64)) { in renderDwarfFormat()3859 << DwarfFormatArg->getAsString(Args) << "DWARFv3 or greater"; in renderDwarfFormat()3862 << DwarfFormatArg->getAsString(Args) << "64 bit architecture"; in renderDwarfFormat()3865 << DwarfFormatArg->getAsString(Args) << "ELF platforms"; in renderDwarfFormat()3868 DwarfFormatArg->render(Args, CmdArgs); in renderDwarfFormat()