Searched defs:ToolArgs (Results 1 - 2 of 2) sorted by relevance

/external/llvm/tools/bugpoint/
H A DToolRunner.h156 std::vector<std::string> ToolArgs; // Extra args to pass to LLC. member in class:llvm::LLC
165 ToolArgs.clear();
166 if (Args) ToolArgs = *Args;
H A DToolRunner.cpp174 std::vector<std::string> ToolArgs; // Args to pass to LLI member in class:__anon26387::LLI
178 ToolArgs.clear ();
179 if (Args) { ToolArgs = *Args; }
215 for (unsigned i = 0, e = ToolArgs.size(); i != e; ++i)
216 LLIArgs.push_back(ToolArgs[i].c_str());
271 const std::vector<std::string> *ToolArgs) {
276 return new LLI(LLIPath, ToolArgs);
492 for (unsigned i = 0, e = ToolArgs.size(); i != e; ++i)
493 LLCArgs.push_back(ToolArgs[i].c_str());
580 std::vector<std::string> ToolArgs; // Arg member in class:__anon26390::JIT
269 createLLI(const char *Argv0, std::string &Message, const std::vector<std::string> *ToolArgs) argument
[all...]

Completed in 165 milliseconds