Lines Matching refs:getOpts
238 getOpts().getOption(options::OPT_driver_mode).getPrefixedName();
259 InputArgList Args = getOpts().ParseArgs(ArgStrings, MissingArgIndex,
294 if (getOpts().findNearest(ArgString, Nearest, VisibilityMask) > 1) {
296 getOpts().findExact(ArgString, Nearest,
322 if (getOpts().findExact("-" + ArgString, Nearest, VisibilityMask))
398 const llvm::opt::OptTable &Opts = getOpts();
1974 getOpts().printHelp(llvm::outs(), Usage.c_str(), DriverTitle.c_str(),
2050 const llvm::opt::OptTable &Opts = getOpts();
2527 if (getOpts().findNearest(Value, Nearest, getOptionVisibilityMask()) <= 1) {
2593 const llvm::opt::OptTable &Opts = getOpts();
3958 Args.AddFlagArg(nullptr, getOpts().getOption(options::OPT_hip_link));
3960 getOpts().getOption(options::OPT_frtlib_add_rpath));
3977 nullptr, getOpts().getOption(options::OPT_dumpdir),
4450 ExtractedArg = getOpts().ParseOneArg(Args, Index);