Lines Matching refs:getOpts
247 getOpts().getOption(options::OPT_driver_mode).getPrefixedName();
268 InputArgList Args = getOpts().ParseArgs(ArgStrings, MissingArgIndex,
303 if (getOpts().findNearest(ArgString, Nearest, VisibilityMask) > 1) {
305 getOpts().findExact(ArgString, Nearest,
331 if (getOpts().findExact("-" + ArgString, Nearest, VisibilityMask))
409 const llvm::opt::OptTable &Opts = getOpts();
1999 getOpts().printHelp(llvm::outs(), Usage.c_str(), DriverTitle.c_str(),
2081 const llvm::opt::OptTable &Opts = getOpts();
2573 if (getOpts().findNearest(Value, Nearest, getOptionVisibilityMask()) <= 1) {
2639 const llvm::opt::OptTable &Opts = getOpts();
3999 Args.AddFlagArg(nullptr, getOpts().getOption(options::OPT_hip_link));
4001 getOpts().getOption(options::OPT_frtlib_add_rpath));
4018 nullptr, getOpts().getOption(options::OPT_dumpdir),
4500 ExtractedArg = getOpts().ParseOneArg(Args, Index);