HomeSort by relevance Sort by last modified time
    Searched refs:getLastArgValue (Results 1 - 23 of 23) sorted by null

  /external/llvm/unittests/Option/
OptionParsingTest.cpp 82 EXPECT_EQ("hi", AL.getLastArgValue(OPT_B));
83 EXPECT_EQ("bye", AL.getLastArgValue(OPT_C));
84 EXPECT_EQ("adena", AL.getLastArgValue(OPT_D));
88 EXPECT_EQ("42", AL.getLastArgValue(OPT_F));
134 EXPECT_EQ("foo", AL.getLastArgValue(OPT_SLASH_C));
135 EXPECT_EQ("bar", AL.getLastArgValue(OPT_C));
  /frameworks/compile/slang/
rs_cc_options.cpp 145 Opts.mBitcodeOutputDir = Args.getLastArgValue(OPT_o);
200 Args.getLastArgValue(OPT_java_reflection_path_base);
202 Args.getLastArgValue(OPT_java_reflection_package_name);
204 Opts.mRSPackageName = Args.getLastArgValue(OPT_rs_package_name);
207 Args.getLastArgValue(OPT_bitcode_storage);
253 Args.getLastArgValue(OPT_output_dep_dir, Opts.mBitcodeOutputDir);
  /external/clang/tools/driver/
cc1as_main.cpp 187 Opts.Triple = llvm::Triple::normalize(Args.getLastArgValue(OPT_triple));
188 Opts.CPU = Args.getLastArgValue(OPT_target_cpu);
204 Opts.DwarfDebugFlags = Args.getLastArgValue(OPT_dwarf_debug_flags);
205 Opts.DwarfDebugProducer = Args.getLastArgValue(OPT_dwarf_debug_producer);
206 Opts.DebugCompilationDir = Args.getLastArgValue(OPT_fdebug_compilation_dir);
207 Opts.MainFileName = Args.getLastArgValue(OPT_main_file_name);
225 Opts.OutputPath = Args.getLastArgValue(OPT_o);
252 Opts.RelocationModel = Args.getLastArgValue(OPT_mrelocation_model, "pic");
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 252 Opts.AnalyzeSpecificFunction = Args.getLastArgValue(OPT_analyze_function);
497 Opts.SplitDwarfFile = Args.getLastArgValue(OPT_split_dwarf_file);
516 Opts.DwarfDebugFlags = Args.getLastArgValue(OPT_dwarf_debug_flags);
532 Opts.SampleProfileFile = Args.getLastArgValue(OPT_fprofile_sample_use_EQ);
536 Args.getLastArgValue(OPT_fprofile_instrument_path_EQ);
538 Args.getLastArgValue(OPT_fprofile_instrument_use_path_EQ);
551 Opts.DebugPass = Args.getLastArgValue(OPT_mdebug_pass);
557 Opts.FloatABI = Args.getLastArgValue(OPT_mfloat_abi);
559 Opts.LimitFloatPrecision = Args.getLastArgValue(OPT_mlimit_float_precision);
589 Opts.RelocationModel = Args.getLastArgValue(OPT_mrelocation_model, "pic")
    [all...]
  /external/llvm/include/llvm/Option/
ArgList.h 232 /// getLastArgValue - Return the value of the last argument, or a default.
233 StringRef getLastArgValue(OptSpecifier Id,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Option/
ArgList.h 232 /// getLastArgValue - Return the value of the last argument, or a default.
233 StringRef getLastArgValue(OptSpecifier Id,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Option/
ArgList.h 284 /// getLastArgValue - Return the value of the last argument, or a default.
285 StringRef getLastArgValue(OptSpecifier Id, StringRef Default = "") const;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Option/
ArgList.h 284 /// getLastArgValue - Return the value of the last argument, or a default.
285 StringRef getLastArgValue(OptSpecifier Id, StringRef Default = "") const;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Option/
ArgList.h 284 /// getLastArgValue - Return the value of the last argument, or a default.
285 StringRef getLastArgValue(OptSpecifier Id, StringRef Default = "") const;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Option/
ArgList.h 284 /// getLastArgValue - Return the value of the last argument, or a default.
285 StringRef getLastArgValue(OptSpecifier Id, StringRef Default = "") const;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Option/
ArgList.h 284 /// getLastArgValue - Return the value of the last argument, or a default.
285 StringRef getLastArgValue(OptSpecifier Id, StringRef Default = "") const;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Option/
ArgList.h 284 /// getLastArgValue - Return the value of the last argument, or a default.
285 StringRef getLastArgValue(OptSpecifier Id, StringRef Default = "") const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Option/
ArgList.h 232 /// getLastArgValue - Return the value of the last argument, or a default.
233 StringRef getLastArgValue(OptSpecifier Id,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Option/
ArgList.h 284 /// getLastArgValue - Return the value of the last argument, or a default.
285 StringRef getLastArgValue(OptSpecifier Id, StringRef Default = "") const;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Option/
ArgList.h 284 /// getLastArgValue - Return the value of the last argument, or a default.
285 StringRef getLastArgValue(OptSpecifier Id, StringRef Default = "") const;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Option/
ArgList.h 284 /// getLastArgValue - Return the value of the last argument, or a default.
285 StringRef getLastArgValue(OptSpecifier Id, StringRef Default = "") const;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Option/
ArgList.h 284 /// getLastArgValue - Return the value of the last argument, or a default.
285 StringRef getLastArgValue(OptSpecifier Id, StringRef Default = "") const;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Option/
ArgList.h 284 /// getLastArgValue - Return the value of the last argument, or a default.
285 StringRef getLastArgValue(OptSpecifier Id, StringRef Default = "") const;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Option/
ArgList.h 284 /// getLastArgValue - Return the value of the last argument, or a default.
285 StringRef getLastArgValue(OptSpecifier Id, StringRef Default = "") const;
  /external/llvm/lib/Option/
ArgList.cpp 234 StringRef ArgList::getLastArgValue(OptSpecifier Id,
  /external/clang/lib/Driver/
ToolChains.cpp     [all...]
Tools.cpp     [all...]
Driver.cpp     [all...]

Completed in 735 milliseconds