Searched refs:getOpts (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/ |
| H A D | X86.cpp | 207 << D.getOpts().getOptionName(options::OPT_mlvi_hardening) in getX86TargetFeatures() 208 << D.getOpts().getOptionName(options::OPT_m_seses); in getX86TargetFeatures() 212 << D.getOpts().getOptionName(SpectreOpt) in getX86TargetFeatures() 213 << D.getOpts().getOptionName(options::OPT_m_seses); in getX86TargetFeatures() 225 << D.getOpts().getOptionName(SpectreOpt) in getX86TargetFeatures() 226 << D.getOpts().getOptionName(LVIOpt); in getX86TargetFeatures()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | AMDGPUOpenMP.cpp | 67 const OptTable &Opts = getDriver().getOpts(); in TranslateArgs()
|
| H A D | SYCL.cpp | 121 const OptTable &Opts = getDriver().getOpts(); in TranslateArgs()
|
| H A D | HLSL.cpp | 286 const OptTable &Opts = getDriver().getOpts(); in TranslateArgs()
|
| H A D | HIPAMD.cpp | 283 const OptTable &Opts = getDriver().getOpts(); in TranslateArgs()
|
| H A D | Cuda.cpp | 748 const OptTable &Opts = getDriver().getOpts(); in TranslateArgs() 960 const OptTable &Opts = getDriver().getOpts(); in TranslateArgs()
|
| H A D | AMDGPU.cpp | 668 const OptTable &Opts = getDriver().getOpts(); in TranslateArgs()
|
| H A D | MSVC.cpp | 979 const OptTable &Opts = getDriver().getOpts(); in TranslateArgs()
|
| H A D | Gnu.cpp | 226 const llvm::opt::OptTable &Opts = D.getOpts(); in getStaticPIE() 3351 const OptTable &Opts = getDriver().getOpts(); in TranslateArgs()
|
| H A D | Darwin.cpp | 2349 const OptTable &Opts = getDriver().getOpts(); in AddDeploymentTarget() 2922 const OptTable &Opts = getDriver().getOpts(); in TranslateArgs()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Driver.cpp | 310 getOpts().getOption(options::OPT_driver_mode).getPrefixedName(); in setDriverMode() 332 InputArgList Args = getOpts().ParseArgs(ArgStrings, MissingArgIndex, in ParseArgStrings() 367 if (getOpts().findNearest(ArgString, Nearest, VisibilityMask) > 1) { in ParseArgStrings() 369 getOpts().findExact(ArgString, Nearest, in ParseArgStrings() 395 if (getOpts().findExact("-" + ArgString, Nearest, VisibilityMask)) in ParseArgStrings() 473 const llvm::opt::OptTable &Opts = getOpts(); in TranslateInputArgs() 2299 getOpts().printHelp(llvm::outs(), Usage.c_str(), DriverTitle.c_str(), in PrintHelp() 2381 const llvm::opt::OptTable &Opts = getOpts(); in HandleAutocompletions() 2873 if (getOpts().findNearest(Value, Nearest, getOptionVisibilityMask()) <= 1) { in DiagnoseInputExistence() 2939 const llvm::opt::OptTable &Opts = getOpts(); in BuildInputs() [all …]
|
| H A D | ToolChain.cpp | 1699 const OptTable &Opts = getDriver().getOpts(); in TranslateOpenMPTargetArgs() 1776 const OptTable &Opts = getDriver().getOpts(); in TranslateXarchArgs()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Driver.h | 425 const llvm::opt::OptTable &getOpts() const { return getDriverOptTable(); } in getOpts() function
|