Searched refs:GCCArgs (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/tools/bugpoint/ |
D | ToolRunner.cpp | 189 const std::vector<std::string> &GCCArgs, 202 const std::vector<std::string> &GCCArgs, in ExecuteProgram() argument 277 const std::vector<std::string> &GCCArgs = in ExecuteProgram() argument 333 const std::vector<std::string> &GCCArgs, 346 const std::vector<std::string> &GCCArgs, in ExecuteProgram() argument 508 std::vector<std::string> GCCArgs(ArgsForGCC); in ExecuteProgram() local 509 GCCArgs.insert(GCCArgs.end(), SharedLibs.begin(), SharedLibs.end()); in ExecuteProgram() 513 InputFile, OutputFile, Error, GCCArgs, in ExecuteProgram() 523 const std::vector<std::string> *GCCArgs, in createLLC() argument 533 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 = 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 = 228 const std::vector<std::string> &GCCArgs =
|