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 41 std::vector<std::string> gccArgs; // GCC-specific arguments.
43 const std::vector<std::string> *GCCArgs)
45 if (GCCArgs) gccArgs = *GCCArgs;
67 const std::vector<std::string> &GCCArgs =
93 const std::vector<std::string> *GCCArgs = 0,
141 const std::vector<std::string> &GCCArgs =
179 const std::vector<std::string> &GCCArgs =
ToolRunner.cpp 186 const std::vector<std::string> &GCCArgs,
199 const std::vector<std::string> &GCCArgs,
307 const std::vector<std::string> &GCCArgs =
363 const std::vector<std::string> &GCCArgs,
376 const std::vector<std::string> &GCCArgs,
540 std::vector<std::string> GCCArgs(ArgsForGCC);
541 GCCArgs.insert(GCCArgs.end(), SharedLibs.begin(), SharedLibs.end());
545 InputFile, OutputFile, Error, GCCArgs,
555 const std::vector<std::string> *GCCArgs,
    [all...]

Completed in 46 milliseconds