Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/
H A DX86.cpp201 << D.getOpts().getOptionName(options::OPT_mlvi_hardening) in getX86TargetFeatures()
202 << D.getOpts().getOptionName(options::OPT_m_seses); in getX86TargetFeatures()
206 << D.getOpts().getOptionName(SpectreOpt) in getX86TargetFeatures()
207 << D.getOpts().getOptionName(options::OPT_m_seses); in getX86TargetFeatures()
219 << D.getOpts().getOptionName(SpectreOpt) in getX86TargetFeatures()
220 << D.getOpts().getOptionName(LVIOpt); in getX86TargetFeatures()
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DAMDGPUOpenMP.cpp79 const OptTable &Opts = getDriver().getOpts(); in TranslateArgs()
H A DHLSL.cpp152 const OptTable &Opts = getDriver().getOpts(); in TranslateArgs()
H A DHIPAMD.cpp270 const OptTable &Opts = getDriver().getOpts(); in TranslateArgs()
H A DCuda.cpp725 const OptTable &Opts = getDriver().getOpts(); in TranslateArgs()
885 const OptTable &Opts = getDriver().getOpts(); in TranslateArgs()
H A DAMDGPU.cpp609 const OptTable &Opts = getDriver().getOpts(); in TranslateArgs()
H A DMSVC.cpp931 const OptTable &Opts = getDriver().getOpts(); in TranslateArgs()
H A DDarwin.cpp2079 const OptTable &Opts = getDriver().getOpts(); in AddDeploymentTarget()
2587 const OptTable &Opts = getDriver().getOpts(); in TranslateArgs()
H A DGnu.cpp334 const llvm::opt::OptTable &Opts = D.getOpts(); in getStaticPIE()
3214 const OptTable &Opts = getDriver().getOpts(); in TranslateArgs()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DDriver.h373 const llvm::opt::OptTable &getOpts() const { return getDriverOptTable(); } in getOpts() function
/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DDriver.cpp237 getOpts().getOption(options::OPT_driver_mode).getPrefixedName(); in setDriverMode()
269 getOpts().ParseArgs(ArgStrings, MissingArgIndex, MissingArgCount, in ParseArgStrings()
287 if (getOpts().findNearest( in ParseArgStrings()
314 if (getOpts().findNearest(ArgString, Nearest, IncludedFlagsBitmask, in ParseArgStrings()
317 getOpts().findExact(ArgString, Nearest, options::CC1Option)) { in ParseArgStrings()
342 if (getOpts().findExact("-" + ArgString, Nearest, IncludedFlagsBitmask, in ParseArgStrings()
419 const llvm::opt::OptTable &Opts = getOpts(); in TranslateInputArgs()
1921 getOpts().printHelp(llvm::outs(), Usage.c_str(), DriverTitle.c_str(), in PrintHelp()
1998 const llvm::opt::OptTable &Opts = getOpts(); in HandleAutocompletions()
2472 if (getOpts().findNearest(Value, Nearest, IncludedFlagsBitmask, in DiagnoseInputExistence()
[all …]
H A DToolChain.cpp1219 const OptTable &Opts = getDriver().getOpts(); in TranslateOpenMPTargetArgs()
1291 const OptTable &Opts = getDriver().getOpts(); in TranslateXarchArgs()