HomeSort by relevance Sort by last modified time
    Searched refs:ToolArgs (Results 1 - 2 of 2) sorted by null

  /external/llvm/tools/bugpoint/
ToolRunner.cpp 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 LL
    [all...]
ToolRunner.h 154 std::vector<std::string> ToolArgs; // Extra args to pass to LLC.
163 ToolArgs.clear();
164 if (Args) ToolArgs = *Args;

Completed in 52 milliseconds