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

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

Completed in 119 milliseconds