Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp4652 const auto *PubnamesArg = in renderDebugOptions() local
4656 (PubnamesArg && checkDebugInfoOption(PubnamesArg, Args, D, TC))) { in renderDebugOptions()
4658 (PubnamesArg && in renderDebugOptions()
4659 (PubnamesArg->getOption().matches(options::OPT_gpubnames) || in renderDebugOptions()
4660 PubnamesArg->getOption().matches(options::OPT_ggnu_pubnames))); in renderDebugOptions()
4662 (!PubnamesArg || in renderDebugOptions()
4663 (!PubnamesArg->getOption().matches(options::OPT_gno_gnu_pubnames) && in renderDebugOptions()
4664 !PubnamesArg->getOption().matches(options::OPT_gno_pubnames)))) in renderDebugOptions()
4665 CmdArgs.push_back(PubnamesArg && PubnamesArg->getOption().matches( in renderDebugOptions()