Searched refs:getOpts (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/ |
H A D | X86.cpp | 208 << D.getOpts().getOptionName(options::OPT_mlvi_hardening) in getX86TargetFeatures() 209 << D.getOpts().getOptionName(options::OPT_m_seses); in getX86TargetFeatures() 213 << D.getOpts().getOptionName(SpectreOpt) in getX86TargetFeatures() 214 << D.getOpts().getOptionName(options::OPT_m_seses); in getX86TargetFeatures() 226 << D.getOpts().getOptionName(SpectreOpt) in getX86TargetFeatures() 227 << D.getOpts().getOptionName(LVIOpt); in getX86TargetFeatures()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | AMDGPUOpenMP.cpp | 72 const OptTable &Opts = getDriver().getOpts(); in TranslateArgs()
|
H A D | HLSL.cpp | 233 const OptTable &Opts = getDriver().getOpts(); in TranslateArgs()
|
H A D | HIPAMD.cpp | 327 const OptTable &Opts = getDriver().getOpts(); in TranslateArgs()
|
H A D | Cuda.cpp | 720 const OptTable &Opts = getDriver().getOpts(); in TranslateArgs() 931 const OptTable &Opts = getDriver().getOpts(); in TranslateArgs()
|
H A D | MSVC.cpp | 966 const OptTable &Opts = getDriver().getOpts(); in TranslateArgs()
|
H A D | AMDGPU.cpp | 709 const OptTable &Opts = getDriver().getOpts(); in TranslateArgs()
|
H A D | Darwin.cpp | 2210 const OptTable &Opts = getDriver().getOpts(); in AddDeploymentTarget() 2717 const OptTable &Opts = getDriver().getOpts(); in TranslateArgs()
|
H A D | Gnu.cpp | 300 const llvm::opt::OptTable &Opts = D.getOpts(); in getStaticPIE() 3441 const OptTable &Opts = getDriver().getOpts(); in TranslateArgs()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | Driver.cpp | 247 getOpts().getOption(options::OPT_driver_mode).getPrefixedName(); in setDriverMode() 268 InputArgList Args = getOpts().ParseArgs(ArgStrings, MissingArgIndex, in ParseArgStrings() 303 if (getOpts().findNearest(ArgString, Nearest, VisibilityMask) > 1) { in ParseArgStrings() 305 getOpts().findExact(ArgString, Nearest, in ParseArgStrings() 331 if (getOpts().findExact("-" + ArgString, Nearest, VisibilityMask)) in ParseArgStrings() 409 const llvm::opt::OptTable &Opts = getOpts(); in TranslateInputArgs() 1999 getOpts().printHelp(llvm::outs(), Usage.c_str(), DriverTitle.c_str(), in PrintHelp() 2081 const llvm::opt::OptTable &Opts = getOpts(); in HandleAutocompletions() 2573 if (getOpts().findNearest(Value, Nearest, getOptionVisibilityMask()) <= 1) { in DiagnoseInputExistence() 2639 const llvm::opt::OptTable &Opts = getOpts(); in BuildInputs() [all...] |
H A D | ToolChain.cpp | 1468 const OptTable &Opts = getDriver().getOpts(); in TranslateOpenMPTargetArgs() 1543 const OptTable &Opts = getDriver().getOpts(); in TranslateXarchArgs()
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Driver.h | 399 const llvm::opt::OptTable &getOpts() const { return getDriverOptTable(); } in getOpts() function
|