Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDClang.cpp4672 const auto *PubnamesArg = in renderDebugOptions() local
4676 (PubnamesArg && checkDebugInfoOption(PubnamesArg, Args, D, TC))) { in renderDebugOptions()
4678 (PubnamesArg && in renderDebugOptions()
4679 (PubnamesArg->getOption().matches(options::OPT_gpubnames) || in renderDebugOptions()
4680 PubnamesArg->getOption().matches(options::OPT_ggnu_pubnames))); in renderDebugOptions()
4682 (!PubnamesArg || in renderDebugOptions()
4683 (!PubnamesArg->getOption().matches(options::OPT_gno_gnu_pubnames) && in renderDebugOptions()
4684 !PubnamesArg->getOption().matches(options::OPT_gno_pubnames)))) in renderDebugOptions()
4685 CmdArgs.push_back(PubnamesArg && PubnamesArg->getOption().matches( in renderDebugOptions()