Home
last modified time | relevance | path

Searched refs:getLastArg (Results 1 – 15 of 15) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/Option/
DArgList.h166 return getLastArg(Id) != 0; in hasArg()
169 return getLastArg(Id0, Id1) != 0; in hasArg()
172 return getLastArg(Id0, Id1, Id2) != 0; in hasArg()
179 Arg *getLastArg(OptSpecifier Id) const;
180 Arg *getLastArg(OptSpecifier Id0, OptSpecifier Id1) const;
181 Arg *getLastArg(OptSpecifier Id0, OptSpecifier Id1, OptSpecifier Id2) const;
182 Arg *getLastArg(OptSpecifier Id0, OptSpecifier Id1, OptSpecifier Id2,
184 Arg *getLastArg(OptSpecifier Id0, OptSpecifier Id1, OptSpecifier Id2,
186 Arg *getLastArg(OptSpecifier Id0, OptSpecifier Id1, OptSpecifier Id2,
188 Arg *getLastArg(OptSpecifier Id0, OptSpecifier Id1, OptSpecifier Id2,
[all …]
/freebsd-10-stable/contrib/llvm/lib/Option/
DArgList.cpp66 Arg *ArgList::getLastArg(OptSpecifier Id) const { in getLastArg() function in ArgList
78 Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1) const { in getLastArg() function in ArgList
92 Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1, in getLastArg() function in ArgList
107 Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1, in getLastArg() function in ArgList
123 Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1, in getLastArg() function in ArgList
141 Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1, in getLastArg() function in ArgList
160 Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1, in getLastArg() function in ArgList
181 Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1, in getLastArg() function in ArgList
204 if (Arg *A = getLastArg(Pos, Neg)) in hasFlag()
211 if (Arg *A = getLastArg(Pos, PosAlias, Neg)) in hasFlag()
[all …]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Driver/
DTools.cpp50 if (Arg *A = Args.getLastArg(options::OPT_C, options::OPT_CC)) in CheckPreprocessingOptions()
61 if (const Arg *A = Args.getLastArg(options::OPT_dynamic, in CheckCodeGenerationOptions()
253 if ((A = Args.getLastArg(options::OPT_M, options::OPT_MM)) || in AddPreprocessingOptions()
254 (A = Args.getLastArg(options::OPT_MD)) || in AddPreprocessingOptions()
255 (A = Args.getLastArg(options::OPT_MMD))) { in AddPreprocessingOptions()
258 if (Arg *MF = Args.getLastArg(options::OPT_MF)) { in AddPreprocessingOptions()
279 Arg *OutputOpt = Args.getLastArg(options::OPT_o); in AddPreprocessingOptions()
409 if (Arg *A = Args.getLastArg(options::OPT_I_)) in AddPreprocessingOptions()
484 if (Arg *A = Args.getLastArg(options::OPT_mcpu_EQ)) { in getARMTargetCPU()
494 if (Arg *A = Args.getLastArg(options::OPT_march_EQ)) { in getARMTargetCPU()
[all …]
DToolChain.cpp151 if (Arg *A = Args.getLastArg(options::OPT_fuse_ld_EQ)) { in GetLinkerPath()
198 if (Arg *A = Args.getLastArg(options::OPT_mcpu_EQ)) in getARMTargetCPU()
203 if (Arg *A = Args.getLastArg(options::OPT_march_EQ)) { in getARMTargetCPU()
297 if (Arg *A = Args.getLastArg(options::OPT_march_EQ)) { in ComputeLLVMTriple()
334 if (Arg *A = Args.getLastArg(options::OPT_mmacosx_version_min_EQ, in ComputeEffectiveClangTriple()
355 if (Arg *A = Args.getLastArg(options::OPT_rtlib_EQ)) { in GetRuntimeLibType()
369 if (Arg *A = Args.getLastArg(options::OPT_stdlib_EQ)) { in GetCXXStdlibType()
464 Args.getLastArg(options::OPT_ffast_math, options::OPT_fno_fast_math, in AddFastMathRuntimeIfAvailable()
DDriver.cpp164 (PhaseArg = DAL.getLastArg(options::OPT_E)) || in getFinalPhase()
165 (PhaseArg = DAL.getLastArg(options::OPT_M, options::OPT_MM))) { in getFinalPhase()
169 } else if ((PhaseArg = DAL.getLastArg(options::OPT_fsyntax_only)) || in getFinalPhase()
170 (PhaseArg = DAL.getLastArg(options::OPT_module_file_info)) || in getFinalPhase()
171 (PhaseArg = DAL.getLastArg(options::OPT_rewrite_objc)) || in getFinalPhase()
172 (PhaseArg = DAL.getLastArg(options::OPT_rewrite_legacy_objc)) || in getFinalPhase()
173 (PhaseArg = DAL.getLastArg(options::OPT__migrate)) || in getFinalPhase()
174 (PhaseArg = DAL.getLastArg(options::OPT__analyze, in getFinalPhase()
176 (PhaseArg = DAL.getLastArg(options::OPT_emit_ast)) || in getFinalPhase()
177 (PhaseArg = DAL.getLastArg(options::OPT_S))) { in getFinalPhase()
[all …]
DToolChains.cpp144 if (const Arg *A = Args.getLastArg(options::OPT_march_EQ)) in getDarwinArchName()
148 if (const Arg *A = Args.getLastArg(options::OPT_mcpu_EQ)) in getDarwinArchName()
270 << Args.getLastArg(options::OPT_rtlib_EQ)->getValue() << "darwin"; in AddLinkRuntimeLibArgs()
284 if (const Arg *A = Args.getLastArg(options::OPT_static_libgcc)) { in AddLinkRuntimeLibArgs()
392 if (const Arg *A = Args.getLastArg(options::OPT_isysroot)) { in AddDeploymentTarget()
408 Arg *OSXVersion = Args.getLastArg(options::OPT_mmacosx_version_min_EQ); in AddDeploymentTarget()
409 Arg *iOSVersion = Args.getLastArg(options::OPT_miphoneos_version_min_EQ); in AddDeploymentTarget()
410 Arg *iOSSimVersion = Args.getLastArg( in AddDeploymentTarget()
440 if (const Arg *A = Args.getLastArg(options::OPT_isysroot)) { in AddDeploymentTarget()
555 if (const Arg *A = Args.getLastArg(options::OPT_isysroot)) { in AddCXXStdlibLibArgs()
[all …]
DSanitizerArgs.cpp140 if (Arg *BLArg = Args.getLastArg(options::OPT_fsanitize_blacklist, in SanitizerArgs()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
DCompilerInvocation.cpp74 if (Arg *A = Args.getLastArg(options::OPT_O_Group)) { in getOptimizationLevel()
94 if (Arg *A = Args.getLastArg(options::OPT_O_Group)) { in getOptimizationLevelSize()
136 if (Arg *A = Args.getLastArg(OPT_analyzer_store)) { in ParseAnalyzerArgs()
152 if (Arg *A = Args.getLastArg(OPT_analyzer_constraints)) { in ParseAnalyzerArgs()
168 if (Arg *A = Args.getLastArg(OPT_analyzer_output)) { in ParseAnalyzerArgs()
184 if (Arg *A = Args.getLastArg(OPT_analyzer_purge)) { in ParseAnalyzerArgs()
200 if (Arg *A = Args.getLastArg(OPT_analyzer_inlining_mode)) { in ParseAnalyzerArgs()
309 << Args.getLastArg(OPT_O)->getAsString(Args) << "-O" << MaxOptLevel; in ParseCodeGenArgs()
436 << Args.getLastArg(OPT_coverage_version_EQ)->getAsString(Args) in ParseCodeGenArgs()
459 if (Arg *A = Args.getLastArg(OPT_mstack_alignment)) { in ParseCodeGenArgs()
[all …]
/freebsd-10-stable/contrib/llvm/patches/
Dpatch-r262535-clang-r202177-sparc.diff44 - if (const Arg *A = Args.getLastArg(options::OPT_march_EQ))
46 + if (const Arg *A = Args.getLastArg(options::OPT_mcpu_EQ))
Dpatch-r262262-clang-r198312-sparc.diff17 Arg *LastPICArg = Args.getLastArg(options::OPT_fPIC, options::OPT_fno_PIC,
Dpatch-r262536-clang-r202179-sparc.diff20 Arg *LastPICArg = Args.getLastArg(options::OPT_fPIC, options::OPT_fno_PIC,
Dpatch-r262262-clang-r198311-sparc.diff18 + Arg *LastPICArg = Args.getLastArg(options::OPT_fPIC, options::OPT_fno_PIC,
Dpatch-r262262-clang-r199034-sparc.diff44 Arg *LastPICArg = Args.getLastArg(options::OPT_fPIC, options::OPT_fno_PIC,
Dpatch-r279302-clang-r211785-add-fuse-ld.diff79 + if (Arg *A = Args.getLastArg(options::OPT_fuse_ld_EQ)) {
/freebsd-10-stable/contrib/llvm/tools/clang/tools/driver/
Dcc1as_main.cpp210 if (Arg *A = Args->getLastArg(OPT_filetype)) { in CreateFromArgs()