Home
last modified time | relevance | path

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

/external/llvm/tools/bugpoint/
DToolRunner.cpp155 std::vector<std::string> ToolArgs; // Args to pass to LLI member in __anon0ad69adb0211::LLI
159 ToolArgs.clear (); in LLI()
160 if (Args) { ToolArgs = *Args; } in LLI()
196 for (unsigned i = 0, e = ToolArgs.size(); i != e; ++i) in ExecuteProgram()
197 LLIArgs.push_back(ToolArgs[i].c_str()); in ExecuteProgram()
252 const std::vector<std::string> *ToolArgs) { in createLLI() argument
257 return new LLI(LLIPath, ToolArgs); in createLLI()
474 for (unsigned i = 0, e = ToolArgs.size(); i != e; ++i) in OutputCode()
475 LLCArgs.push_back(ToolArgs[i].c_str()); in OutputCode()
562 std::vector<std::string> ToolArgs; // Args to pass to LLI member in __anon0ad69adb0511::JIT
[all …]
DToolRunner.h156 std::vector<std::string> ToolArgs; // Extra args to pass to LLC. variable
165 ToolArgs.clear(); in LLC()
166 if (Args) ToolArgs = *Args; in LLC()