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

/freebsd-10.0-release/contrib/llvm/tools/bugpoint/
H A DToolRunner.h159 std::vector<std::string> ToolArgs; // Extra args to pass to LLC. member in class:llvm::CBE
165 ToolArgs.clear ();
166 if (Args) ToolArgs = *Args;
204 std::vector<std::string> ToolArgs; // Extra args to pass to LLC. member in class:llvm::LLC
213 ToolArgs.clear();
214 if (Args) ToolArgs = *Args;
H A DToolRunner.cpp176 std::vector<std::string> ToolArgs; // Args to pass to LLI member in class:__anon2723::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; // Arg member in class:__anon2726::JIT
240 createLLI(const char *Argv0, std::string &Message, const std::vector<std::string> *ToolArgs) argument
[all...]

Completed in 115 milliseconds