HomeSort by relevance Sort by last modified time
    Searched refs:getLastArg (Results 1 - 25 of 26) sorted by null

1 2

  /external/llvm/include/llvm/Option/
ArgList.h 186 return getLastArg(Id) != nullptr;
189 return getLastArg(Id0, Id1) != nullptr;
192 return getLastArg(Id0, Id1, Id2) != nullptr;
195 /// getLastArg - Return the last argument matching \p Id, or null.
204 Arg *getLastArg(OptSpecifier Id) const;
205 Arg *getLastArg(OptSpecifier Id0, OptSpecifier Id1) const;
206 Arg *getLastArg(OptSpecifier Id0, OptSpecifier Id1, OptSpecifier Id2) const;
207 Arg *getLastArg(OptSpecifier Id0, OptSpecifier Id1, OptSpecifier Id2,
209 Arg *getLastArg(OptSpecifier Id0, OptSpecifier Id1, OptSpecifier Id2,
211 Arg *getLastArg(OptSpecifier Id0, OptSpecifier Id1, OptSpecifier Id2
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Option/
ArgList.h 186 return getLastArg(Id) != nullptr;
189 return getLastArg(Id0, Id1) != nullptr;
192 return getLastArg(Id0, Id1, Id2) != nullptr;
195 /// getLastArg - Return the last argument matching \p Id, or null.
204 Arg *getLastArg(OptSpecifier Id) const;
205 Arg *getLastArg(OptSpecifier Id0, OptSpecifier Id1) const;
206 Arg *getLastArg(OptSpecifier Id0, OptSpecifier Id1, OptSpecifier Id2) const;
207 Arg *getLastArg(OptSpecifier Id0, OptSpecifier Id1, OptSpecifier Id2,
209 Arg *getLastArg(OptSpecifier Id0, OptSpecifier Id1, OptSpecifier Id2,
211 Arg *getLastArg(OptSpecifier Id0, OptSpecifier Id1, OptSpecifier Id2
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Option/
ArgList.h 186 return getLastArg(Id) != nullptr;
189 return getLastArg(Id0, Id1) != nullptr;
192 return getLastArg(Id0, Id1, Id2) != nullptr;
195 /// getLastArg - Return the last argument matching \p Id, or null.
204 Arg *getLastArg(OptSpecifier Id) const;
205 Arg *getLastArg(OptSpecifier Id0, OptSpecifier Id1) const;
206 Arg *getLastArg(OptSpecifier Id0, OptSpecifier Id1, OptSpecifier Id2) const;
207 Arg *getLastArg(OptSpecifier Id0, OptSpecifier Id1, OptSpecifier Id2,
209 Arg *getLastArg(OptSpecifier Id0, OptSpecifier Id1, OptSpecifier Id2,
211 Arg *getLastArg(OptSpecifier Id0, OptSpecifier Id1, OptSpecifier Id2
    [all...]
  /frameworks/compile/mclinker/tools/mcld/
Main.cpp 264 if (llvm::opt::Arg* arg = args.getLastArg(kOpt_Color)) {
281 if (llvm::opt::Arg* arg = args.getLastArg(kOpt_Verbose)) {
293 if (llvm::opt::Arg* arg = args.getLastArg(kOpt_ErrorLimit)) {
305 if (llvm::opt::Arg* arg = args.getLastArg(kOpt_WarningLimit)) {
323 if (llvm::opt::Arg* arg = args.getLastArg(kOpt_Triple)) {
339 if (llvm::opt::Arg* arg = args.getLastArg(kOpt_Emulation)) {
342 } else if (llvm::opt::Arg* arg = args.getLastArg(kOpt_Arch)) {
347 if (llvm::opt::Arg* arg = args.getLastArg(kOpt_CPU)) {
354 if (llvm::opt::Arg* arg = args.getLastArg(kOpt_GPSize)) {
366 if (llvm::opt::Arg* arg = args.getLastArg(kOpt_StubGroupSize))
    [all...]
  /external/llvm/lib/Option/
ArgList.cpp 84 Arg *ArgList::getLastArg(OptSpecifier Id) const {
96 Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1) const {
110 Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1,
125 Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1,
141 Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1,
159 Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1,
178 Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1,
199 Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1,
222 if (Arg *A = getLastArg(Pos, Neg))
229 if (Arg *A = getLastArg(Pos, PosAlias, Neg)
    [all...]
  /external/clang/lib/Driver/
ToolChain.cpp 36 return Args.getLastArg(options::OPT_mkernel, options::OPT_fapple_kext,
72 if (Arg *A = Args.getLastArg(options::OPT_mthread_model))
344 if (Arg *A = Args.getLastArg(options::OPT_fuse_ld_EQ)) {
428 if (Arg *A = Args.getLastArg(options::OPT_march_EQ)) {
459 if (Arg *A = Args.getLastArg(options::OPT_mlittle_endian,
468 if (const Arg *A = Args.getLastArg(options::OPT_mcpu_EQ))
470 if (const Arg *A = Args.getLastArg(options::OPT_march_EQ))
530 if (Arg *A = Args.getLastArg(options::OPT_rtlib_EQ)) {
560 const Arg *A = Args.getLastArg(options::OPT_stdlib_EQ);
668 Args.getLastArg(options::OPT_ffast_math, options::OPT_fno_fast_math
    [all...]
Tools.cpp 114 if (Arg *A = Args.getLastArg(options::OPT_C, options::OPT_CC)) {
130 Args.getLastArg(options::OPT_dynamic, options::OPT_mdynamic_no_pic))
314 if ((A = Args.getLastArg(options::OPT_M, options::OPT_MM)) ||
315 (A = Args.getLastArg(options::OPT_MD)) ||
316 (A = Args.getLastArg(options::OPT_MMD))) {
319 if (Arg *MF = Args.getLastArg(options::OPT_MF)) {
340 Arg *OutputOpt = Args.getLastArg(options::OPT_o);
401 const Arg *YcArg = Args.getLastArg(options::OPT__SLASH_Yc);
402 const Arg *YuArg = Args.getLastArg(options::OPT__SLASH_Yu);
541 if (Arg *A = Args.getLastArg(options::OPT_I_)
    [all...]
Driver.cpp 167 if (CCCIsCPP() || (PhaseArg = DAL.getLastArg(options::OPT_E)) ||
168 (PhaseArg = DAL.getLastArg(options::OPT__SLASH_EP)) ||
169 (PhaseArg = DAL.getLastArg(options::OPT_M, options::OPT_MM)) ||
170 (PhaseArg = DAL.getLastArg(options::OPT__SLASH_P))) {
174 } else if ((PhaseArg = DAL.getLastArg(options::OPT_fsyntax_only)) ||
175 (PhaseArg = DAL.getLastArg(options::OPT_module_file_info)) ||
176 (PhaseArg = DAL.getLastArg(options::OPT_verify_pch)) ||
177 (PhaseArg = DAL.getLastArg(options::OPT_rewrite_objc)) ||
178 (PhaseArg = DAL.getLastArg(options::OPT_rewrite_legacy_objc)) ||
179 (PhaseArg = DAL.getLastArg(options::OPT__migrate)) |
    [all...]
ToolChains.cpp 143 Arg *A = Args.getLastArg(options::OPT_msoft_float, options::OPT_mhard_float,
163 if (const Arg *A = Args.getLastArg(options::OPT_march_EQ))
167 if (const Arg *A = Args.getLastArg(options::OPT_mcpu_EQ))
411 << Args.getLastArg(options::OPT_rtlib_EQ)->getValue() << "darwin";
425 if (const Arg *A = Args.getLastArg(options::OPT_static_libgcc)) {
501 if (const Arg *A = Args.getLastArg(options::OPT_isysroot)) {
517 Arg *OSXVersion = Args.getLastArg(options::OPT_mmacosx_version_min_EQ);
518 Arg *iOSVersion = Args.getLastArg(options::OPT_miphoneos_version_min_EQ);
519 Arg *TvOSVersion = Args.getLastArg(options::OPT_mtvos_version_min_EQ);
520 Arg *WatchOSVersion = Args.getLastArg(options::OPT_mwatchos_version_min_EQ)
    [all...]
SanitizerArgs.cpp 415 Args.getLastArg(options::OPT_fsanitize_memory_track_origins_EQ,
536 Args.getLastArg(options::OPT_fsanitize_address_field_padding)) {
546 Args.getLastArg(options::OPT__SLASH_MTd, options::OPT__SLASH_MT,
    [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 87 if (Arg *A = Args.getLastArg(options::OPT_O_Group)) {
107 if (Arg *A = Args.getLastArg(options::OPT_O_Group)) {
159 if (Arg *A = Args.getLastArg(OPT_analyzer_store)) {
175 if (Arg *A = Args.getLastArg(OPT_analyzer_constraints)) {
191 if (Arg *A = Args.getLastArg(OPT_analyzer_output)) {
207 if (Arg *A = Args.getLastArg(OPT_analyzer_purge)) {
223 if (Arg *A = Args.getLastArg(OPT_analyzer_inlining_mode)) {
319 if (Arg *A = Args.getLastArg(OPT_mcode_model)) {
383 Arg *A = Args.getLastArg(OPT_fprofile_instrument_EQ);
434 << Args.getLastArg(OPT_O)->getAsString(Args) << "-O" << MaxOptLevel
    [all...]
  /frameworks/compile/slang/
rs_cc_options.cpp 147 if (const llvm::opt::Arg *A = Args.getLastArg(OPT_M_Group)) {
169 if (const llvm::opt::Arg *A = Args.getLastArg(OPT_Output_Type_Group)) {
194 << Args.getLastArg(OPT_M_Group)->getAsString(Args)
195 << Args.getLastArg(OPT_Output_Type_Group)->getAsString(Args);
216 llvm::opt::Arg *lastBitwidthArg = Args.getLastArg(OPT_m32, OPT_m64);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Option/
ArgList.h 249 return getLastArg(Ids...) != nullptr;
254 Arg *getLastArg(OptSpecifiers ...Ids) const {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Option/
ArgList.h 249 return getLastArg(Ids...) != nullptr;
254 Arg *getLastArg(OptSpecifiers ...Ids) const {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Option/
ArgList.h 249 return getLastArg(Ids...) != nullptr;
254 Arg *getLastArg(OptSpecifiers ...Ids) const {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Option/
ArgList.h 249 return getLastArg(Ids...) != nullptr;
254 Arg *getLastArg(OptSpecifiers ...Ids) const {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Option/
ArgList.h 249 return getLastArg(Ids...) != nullptr;
254 Arg *getLastArg(OptSpecifiers ...Ids) const {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Option/
ArgList.h 249 return getLastArg(Ids...) != nullptr;
254 Arg *getLastArg(OptSpecifiers ...Ids) const {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Option/
ArgList.h 249 return getLastArg(Ids...) != nullptr;
254 Arg *getLastArg(OptSpecifiers ...Ids) const {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Option/
ArgList.h 249 return getLastArg(Ids...) != nullptr;
254 Arg *getLastArg(OptSpecifiers ...Ids) const {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Option/
ArgList.h 249 return getLastArg(Ids...) != nullptr;
254 Arg *getLastArg(OptSpecifiers ...Ids) const {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Option/
ArgList.h 249 return getLastArg(Ids...) != nullptr;
254 Arg *getLastArg(OptSpecifiers ...Ids) const {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Option/
ArgList.h 249 return getLastArg(Ids...) != nullptr;
254 Arg *getLastArg(OptSpecifiers ...Ids) const {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Option/
ArgList.h 249 return getLastArg(Ids...) != nullptr;
254 Arg *getLastArg(OptSpecifiers ...Ids) const {
  /external/llvm/lib/LibDriver/
LibDriver.cpp 61 if (auto *Arg = Args->getLastArg(OPT_out))

Completed in 156 milliseconds

1 2