Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/driver/
H A Dcc1as_main.cpp236 if (auto *DwarfFormatArg = Args.getLastArg(OPT_gdwarf64, OPT_gdwarf32)) in CreateFromArgs() local
237 Opts.Dwarf64 = DwarfFormatArg->getOption().matches(OPT_gdwarf64); in CreateFromArgs()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DClang.cpp3843 auto *DwarfFormatArg = in renderDwarfFormat() local
3845 if (!DwarfFormatArg) in renderDwarfFormat()
3848 if (DwarfFormatArg->getOption().matches(options::OPT_gdwarf64)) { in renderDwarfFormat()
3851 << DwarfFormatArg->getAsString(Args) << "DWARFv3 or greater"; in renderDwarfFormat()
3854 << DwarfFormatArg->getAsString(Args) << "64 bit architecture"; in renderDwarfFormat()
3857 << DwarfFormatArg->getAsString(Args) << "ELF platforms"; in renderDwarfFormat()
3860 DwarfFormatArg->render(Args, CmdArgs); in renderDwarfFormat()