Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Option/
DArgList.h177 return getLastArg(Id) != nullptr; in hasArg()
180 return getLastArg(Id0, Id1) != nullptr; in hasArg()
183 return getLastArg(Id0, Id1, Id2) != nullptr; in hasArg()
190 Arg *getLastArg(OptSpecifier Id) const;
191 Arg *getLastArg(OptSpecifier Id0, OptSpecifier Id1) const;
192 Arg *getLastArg(OptSpecifier Id0, OptSpecifier Id1, OptSpecifier Id2) const;
193 Arg *getLastArg(OptSpecifier Id0, OptSpecifier Id1, OptSpecifier Id2,
195 Arg *getLastArg(OptSpecifier Id0, OptSpecifier Id1, OptSpecifier Id2,
197 Arg *getLastArg(OptSpecifier Id0, OptSpecifier Id1, OptSpecifier Id2,
199 Arg *getLastArg(OptSpecifier Id0, OptSpecifier Id1, OptSpecifier Id2,
[all …]
/external/llvm/lib/Option/
DArgList.cpp57 Arg *ArgList::getLastArg(OptSpecifier Id) const { in getLastArg() function in ArgList
69 Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1) const { in getLastArg() function in ArgList
83 Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1, in getLastArg() function in ArgList
98 Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1, in getLastArg() function in ArgList
114 Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1, in getLastArg() function in ArgList
132 Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1, in getLastArg() function in ArgList
151 Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1, in getLastArg() function in ArgList
172 Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1, in getLastArg() function in ArgList
195 if (Arg *A = getLastArg(Pos, Neg)) in hasFlag()
202 if (Arg *A = getLastArg(Pos, PosAlias, Neg)) in hasFlag()
[all …]
/external/clang/lib/Driver/
DTools.cpp48 Arg *LastPICArg = Args.getLastArg(options::OPT_fPIC, options::OPT_fno_PIC, in addAssemblerKPIC()
65 if (Arg *A = Args.getLastArg(options::OPT_C, options::OPT_CC)) { in CheckPreprocessingOptions()
80 if (const Arg *A = Args.getLastArg(options::OPT_dynamic, in CheckCodeGenerationOptions()
252 if ((A = Args.getLastArg(options::OPT_M, options::OPT_MM)) || in AddPreprocessingOptions()
253 (A = Args.getLastArg(options::OPT_MD)) || in AddPreprocessingOptions()
254 (A = Args.getLastArg(options::OPT_MMD))) { in AddPreprocessingOptions()
257 if (Arg *MF = Args.getLastArg(options::OPT_MF)) { in AddPreprocessingOptions()
278 Arg *OutputOpt = Args.getLastArg(options::OPT_o); in AddPreprocessingOptions()
411 if (Arg *A = Args.getLastArg(options::OPT_I_)) in AddPreprocessingOptions()
597 if (Arg *A = Args.getLastArg(options::OPT_msoft_float, in getARMFloatABI()
[all …]
DDriver.cpp159 (PhaseArg = DAL.getLastArg(options::OPT_E)) || in getFinalPhase()
160 (PhaseArg = DAL.getLastArg(options::OPT__SLASH_EP)) || in getFinalPhase()
161 (PhaseArg = DAL.getLastArg(options::OPT_M, options::OPT_MM)) || in getFinalPhase()
162 (PhaseArg = DAL.getLastArg(options::OPT__SLASH_P))) { in getFinalPhase()
166 } else if ((PhaseArg = DAL.getLastArg(options::OPT_fsyntax_only)) || in getFinalPhase()
167 (PhaseArg = DAL.getLastArg(options::OPT_module_file_info)) || in getFinalPhase()
168 (PhaseArg = DAL.getLastArg(options::OPT_verify_pch)) || in getFinalPhase()
169 (PhaseArg = DAL.getLastArg(options::OPT_rewrite_objc)) || in getFinalPhase()
170 (PhaseArg = DAL.getLastArg(options::OPT_rewrite_legacy_objc)) || in getFinalPhase()
171 (PhaseArg = DAL.getLastArg(options::OPT__migrate)) || in getFinalPhase()
[all …]
DToolChain.cpp152 if (Arg *A = Args.getLastArg(options::OPT_fuse_ld_EQ)) { in GetLinkerPath()
215 if (Arg *A = Args.getLastArg(options::OPT_march_EQ)) { in ComputeLLVMTriple()
235 if (Arg *A = Args.getLastArg(options::OPT_mlittle_endian, in ComputeLLVMTriple()
296 if (Arg *A = Args.getLastArg(options::OPT_rtlib_EQ)) { in GetRuntimeLibType()
310 if (Arg *A = Args.getLastArg(options::OPT_stdlib_EQ)) { in GetCXXStdlibType()
405 Args.getLastArg(options::OPT_ffast_math, options::OPT_fno_fast_math, in AddFastMathRuntimeIfAvailable()
DToolChains.cpp146 Arg *A = Args.getLastArg(options::OPT_msoft_float, options::OPT_mhard_float, in isSoftFloatABI()
163 if (const Arg *A = Args.getLastArg(options::OPT_march_EQ)) in getMachOArchName()
167 if (const Arg *A = Args.getLastArg(options::OPT_mcpu_EQ)) in getMachOArchName()
312 << Args.getLastArg(options::OPT_rtlib_EQ)->getValue() << "darwin"; in AddLinkRuntimeLibArgs()
326 if (const Arg *A = Args.getLastArg(options::OPT_static_libgcc)) { in AddLinkRuntimeLibArgs()
438 if (const Arg *A = Args.getLastArg(options::OPT_isysroot)) { in AddDeploymentTarget()
454 Arg *OSXVersion = Args.getLastArg(options::OPT_mmacosx_version_min_EQ); in AddDeploymentTarget()
455 Arg *iOSVersion = Args.getLastArg(options::OPT_miphoneos_version_min_EQ); in AddDeploymentTarget()
456 Arg *iOSSimVersion = Args.getLastArg( in AddDeploymentTarget()
486 if (const Arg *A = Args.getLastArg(options::OPT_isysroot)) { in AddDeploymentTarget()
[all …]
DSanitizerArgs.cpp117 if (Arg *BLArg = Args.getLastArg(options::OPT_fsanitize_blacklist, in SanitizerArgs()
146 Args.getLastArg(options::OPT_fsanitize_memory_track_origins_EQ, in SanitizerArgs()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp79 if (Arg *A = Args.getLastArg(options::OPT_O_Group)) { in getOptimizationLevel()
99 if (Arg *A = Args.getLastArg(options::OPT_O_Group)) { in getOptimizationLevelSize()
141 if (Arg *A = Args.getLastArg(OPT_analyzer_store)) { in ParseAnalyzerArgs()
157 if (Arg *A = Args.getLastArg(OPT_analyzer_constraints)) { in ParseAnalyzerArgs()
173 if (Arg *A = Args.getLastArg(OPT_analyzer_output)) { in ParseAnalyzerArgs()
189 if (Arg *A = Args.getLastArg(OPT_analyzer_purge)) { in ParseAnalyzerArgs()
205 if (Arg *A = Args.getLastArg(OPT_analyzer_inlining_mode)) { in ParseAnalyzerArgs()
303 if (Arg *A = Args.getLastArg(OPT_mcode_model)) { in getCodeModel()
341 << Args.getLastArg(OPT_O)->getAsString(Args) << "-O" << MaxOptLevel; in ParseCodeGenArgs()
470 << Args.getLastArg(OPT_coverage_version_EQ)->getAsString(Args) in ParseCodeGenArgs()
[all …]
/external/clang/tools/driver/
Dcc1as_main.cpp224 if (Arg *A = Args->getLastArg(OPT_filetype)) { in CreateFromArgs()
/external/chromium_org/third_party/codesighs/
Dmsdump2symdb.c280 const char* getLastArg(const char* inString) in getLastArg() function