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

  /external/llvm/unittests/Option/
OptionParsingTest.cpp 85 std::vector<std::string> Es = AL.getAllArgValues(OPT_E);
89 std::vector<std::string> Gs = AL.getAllArgValues(OPT_G);
154 EXPECT_EQ("foo", AL.getAllArgValues(OPT_B)[0]);
155 EXPECT_EQ("bar", AL.getAllArgValues(OPT_B)[1]);
186 EXPECT_EQ(0U, AL.getAllArgValues(OPT_Slurp).size());
199 EXPECT_EQ(3U, AL.getAllArgValues(OPT_Slurp).size());
200 EXPECT_EQ("-B", AL.getAllArgValues(OPT_Slurp)[0]);
201 EXPECT_EQ("--", AL.getAllArgValues(OPT_Slurp)[1]);
202 EXPECT_EQ("foo", AL.getAllArgValues(OPT_Slurp)[2]);
213 EXPECT_EQ(AL.getAllArgValues(OPT_SlurpJoined).size(), 0U)
    [all...]
  /frameworks/compile/slang/
rs_cc_options.cpp 130 DiagOpts.Warnings = Args.getAllArgValues(OPT_W);
143 Opts.mIncludePaths = Args.getAllArgValues(OPT_I);
254 Opts.mAdditionalDepTargets = Args.getAllArgValues(OPT_additional_dep_target);
  /external/clang/lib/Driver/
CrossWindowsToolChain.cpp 65 for (const auto &P : DriverArgs.getAllArgValues(options::OPT_isystem_after))
MSVCToolChain.cpp 588 for (const auto &Path : DriverArgs.getAllArgValues(options::OPT__SLASH_imsvc))
Tools.cpp     [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 314 Opts.BlockCommandNames = Args.getAllArgValues(OPT_fcomment_block_commands);
501 for (const auto &Arg : Args.getAllArgValues(OPT_fdebug_prefix_map_EQ))
571 Opts.BackendOptions = Args.getAllArgValues(OPT_backend_option);
    [all...]
  /external/clang/tools/driver/
cc1as_main.cpp 189 Opts.Features = Args.getAllArgValues(OPT_target_feature);
196 Opts.IncludePaths = Args.getAllArgValues(OPT_I);
224 Opts.LLVMArgs = Args.getAllArgValues(OPT_mllvm);
  /external/llvm/include/llvm/Option/
ArgList.h 236 /// getAllArgValues - Get the values of all instances of the given argument
238 std::vector<std::string> getAllArgValues(OptSpecifier Id) const;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Option/
ArgList.h 236 /// getAllArgValues - Get the values of all instances of the given argument
238 std::vector<std::string> getAllArgValues(OptSpecifier Id) const;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Option/
ArgList.h 236 /// getAllArgValues - Get the values of all instances of the given argument
238 std::vector<std::string> getAllArgValues(OptSpecifier Id) const;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Option/
ArgList.h 236 /// getAllArgValues - Get the values of all instances of the given argument
238 std::vector<std::string> getAllArgValues(OptSpecifier Id) const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Option/
ArgList.h 236 /// getAllArgValues - Get the values of all instances of the given argument
238 std::vector<std::string> getAllArgValues(OptSpecifier Id) const;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Option/
ArgList.h 236 /// getAllArgValues - Get the values of all instances of the given argument
238 std::vector<std::string> getAllArgValues(OptSpecifier Id) const;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Option/
ArgList.h 236 /// getAllArgValues - Get the values of all instances of the given argument
238 std::vector<std::string> getAllArgValues(OptSpecifier Id) const;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Option/
ArgList.h 236 /// getAllArgValues - Get the values of all instances of the given argument
238 std::vector<std::string> getAllArgValues(OptSpecifier Id) const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Option/
ArgList.h 236 /// getAllArgValues - Get the values of all instances of the given argument
238 std::vector<std::string> getAllArgValues(OptSpecifier Id) const;
  /external/llvm/lib/Option/
ArgList.cpp 241 std::vector<std::string> ArgList::getAllArgValues(OptSpecifier Id) const {
  /frameworks/compile/mclinker/tools/mcld/
Main.cpp 996 std::vector<std::string> unknown_args = args.getAllArgValues(kOpt_UNKNOWN);
    [all...]

Completed in 872 milliseconds