Home | History | Annotate | Download | only in bugpoint

Lines Matching refs:ToolArgs

176     std::vector<std::string> ToolArgs; // Args to pass to LLI
180 ToolArgs.clear ();
181 if (Args) { ToolArgs = *Args; }
217 for (unsigned i = 0, e = ToolArgs.size(); i != e; ++i)
218 LLIArgs.push_back(ToolArgs[i].c_str());
242 const std::vector<std::string> *ToolArgs) {
247 return new LLI(LLIPath, ToolArgs);
461 for (unsigned i = 0, e = ToolArgs.size(); i != e; ++i)
462 LLCArgs.push_back(ToolArgs[i].c_str());
549 std::vector<std::string> ToolArgs; // Args to pass to LLI
553 ToolArgs.clear ();
554 if (Args) { ToolArgs = *Args; }
586 for (unsigned i = 0, e = ToolArgs.size(); i != e; ++i)
587 JITArgs.push_back(ToolArgs[i].c_str());