Searched refs:DwarfFormatArg (Results 1 – 2 of 2) sorted by relevance
264 if (auto *DwarfFormatArg = Args.getLastArg(OPT_gdwarf64, OPT_gdwarf32)) in CreateFromArgs() local265 Opts.Dwarf64 = DwarfFormatArg->getOption().matches(OPT_gdwarf64); in CreateFromArgs()
4079 auto *DwarfFormatArg = in renderDwarfFormat() local4081 if (!DwarfFormatArg) in renderDwarfFormat()4084 if (DwarfFormatArg->getOption().matches(options::OPT_gdwarf64)) { in renderDwarfFormat()4087 << DwarfFormatArg->getAsString(Args) << "DWARFv3 or greater"; in renderDwarfFormat()4090 << DwarfFormatArg->getAsString(Args) << "64 bit architecture"; in renderDwarfFormat()4093 << DwarfFormatArg->getAsString(Args) << "ELF platforms"; in renderDwarfFormat()4096 DwarfFormatArg->render(Args, CmdArgs); in renderDwarfFormat()