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 =
94 const std::vector<std::string> *GCCArgs = 0);
98 const std::vector<std::string> *GCCArgs = 0,
146 const std::vector<std::string> &GCCArgs =
181 const std::vector<std::string> &GCCArgs
    [all...]
ToolRunner.cpp 189 const std::vector<std::string> &GCCArgs,
202 const std::vector<std::string> &GCCArgs,
279 const std::vector<std::string> &GCCArgs =
335 const std::vector<std::string> &GCCArgs,
348 const std::vector<std::string> &GCCArgs,
510 std::vector<std::string> GCCArgs(ArgsForGCC);
511 GCCArgs.insert(GCCArgs.end(), SharedLibs.begin(), SharedLibs.end());
515 InputFile, OutputFile, Error, GCCArgs,
525 const std::vector<std::string> *GCCArgs,
    [all...]

Completed in 56 milliseconds