Home | History | Annotate | Download | only in bugpoint

Lines Matching refs:ToolArgs

173     std::vector<std::string> ToolArgs; // Args to pass to LLI
177 ToolArgs.clear ();
178 if (Args) { ToolArgs = *Args; }
214 for (unsigned i = 0, e = ToolArgs.size(); i != e; ++i)
215 LLIArgs.push_back(ToolArgs[i].c_str());
270 const std::vector<std::string> *ToolArgs) {
275 return new LLI(LLIPath, ToolArgs);
491 for (unsigned i = 0, e = ToolArgs.size(); i != e; ++i)
492 LLCArgs.push_back(ToolArgs[i].c_str());
579 std::vector<std::string> ToolArgs; // Args to pass to LLI
583 ToolArgs.clear ();
584 if (Args) { ToolArgs = *Args; }
616 for (unsigned i = 0, e = ToolArgs.size(); i != e; ++i)
617 JITArgs.push_back(ToolArgs[i].c_str());