Home
last modified time | relevance | path

Searched refs:DwarfFormatArg (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/tools/driver/
H A Dcc1as_main.cpp245 if (auto *DwarfFormatArg = Args.getLastArg(OPT_gdwarf64, OPT_gdwarf32)) in CreateFromArgs() local
246 Opts.Dwarf64 = DwarfFormatArg->getOption().matches(OPT_gdwarf64); in CreateFromArgs()
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DClang.cpp4073 auto *DwarfFormatArg = in renderDwarfFormat() local
4075 if (!DwarfFormatArg) in renderDwarfFormat()
4078 if (DwarfFormatArg->getOption().matches(options::OPT_gdwarf64)) { in renderDwarfFormat()
4081 << DwarfFormatArg->getAsString(Args) << "DWARFv3 or greater"; in renderDwarfFormat()
4084 << DwarfFormatArg->getAsString(Args) << "64 bit architecture"; in renderDwarfFormat()
4087 << DwarfFormatArg->getAsString(Args) << "ELF platforms"; in renderDwarfFormat()
4090 DwarfFormatArg->render(Args, CmdArgs); in renderDwarfFormat()