Searched refs:GCCArgs (Results 1 – 2 of 2) sorted by relevance
/external/llvm/tools/bugpoint/ |
D | ToolRunner.cpp | 189 const std::vector<std::string> &GCCArgs, 202 const std::vector<std::string> &GCCArgs, in ExecuteProgram() argument 279 const std::vector<std::string> &GCCArgs = in ExecuteProgram() argument 335 const std::vector<std::string> &GCCArgs, 348 const std::vector<std::string> &GCCArgs, in ExecuteProgram() argument 510 std::vector<std::string> GCCArgs(ArgsForGCC); in ExecuteProgram() local 511 GCCArgs.insert(GCCArgs.end(), SharedLibs.begin(), SharedLibs.end()); in ExecuteProgram() 515 InputFile, OutputFile, Error, GCCArgs, in ExecuteProgram() 525 const std::vector<std::string> *GCCArgs, in createLLC() argument 535 GCC *gcc = GCC::create(Message, GCCBinary, GCCArgs); in createLLC() [all …]
|
D | ToolRunner.h | 44 const std::vector<std::string> *GCCArgs) in GCC() argument 46 if (GCCArgs) gccArgs = *GCCArgs; in GCC() 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 = 229 const std::vector<std::string> &GCCArgs =
|