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

  /external/llvm/tools/bugpoint/
ToolRunner.h 42 std::vector<std::string> gccArgs; // GCC-specific arguments.
44 const std::vector<std::string> *GCCArgs)
46 if (GCCArgs) gccArgs = *GCCArgs;
68 const std::vector<std::string> &GCCArgs =
93 const std::vector<std::string> *GCCArgs = 0);
97 const std::vector<std::string> *GCCArgs = 0,
145 const std::vector<std::string> &GCCArgs =
180 const std::vector<std::string> &GCCArgs
    [all...]
ToolRunner.cpp 189 const std::vector<std::string> &GCCArgs,
202 const std::vector<std::string> &GCCArgs,
277 const std::vector<std::string> &GCCArgs =
333 const std::vector<std::string> &GCCArgs,
346 const std::vector<std::string> &GCCArgs,
508 std::vector<std::string> GCCArgs(ArgsForGCC);
509 GCCArgs.insert(GCCArgs.end(), SharedLibs.begin(), SharedLibs.end());
513 InputFile, OutputFile, Error, GCCArgs,
523 const std::vector<std::string> *GCCArgs,
    [all...]

Completed in 31 milliseconds