Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
DToolRunner.cpp147 std::vector<std::string> ToolArgs; // Args to pass to LLI member in __anon66932d1e0211::LLI
151 ToolArgs.clear(); in LLI()
153 ToolArgs = *Args; in LLI()
185 for (unsigned i = 0, e = ToolArgs.size(); i != e; ++i) in ExecuteProgram()
186 LLIArgs.push_back(ToolArgs[i]); in ExecuteProgram()
239 const std::vector<std::string> *ToolArgs) { in createLLI() argument
244 return new LLI(LLIPath, ToolArgs); in createLLI()
465 for (unsigned i = 0, e = ToolArgs.size(); i != e; ++i) in OutputCode()
466 LLCArgs.push_back(ToolArgs[i]); in OutputCode()
549 std::vector<std::string> ToolArgs; // Args to pass to LLI member in __anon66932d1e0511::JIT
[all …]
DToolRunner.h148 std::vector<std::string> ToolArgs; // Extra args to pass to LLC. variable
157 ToolArgs.clear(); in LLC()
159 ToolArgs = *Args; in LLC()
/external/llvm/tools/bugpoint/
DToolRunner.cpp156 std::vector<std::string> ToolArgs; // Args to pass to LLI member in __anona646e2860211::LLI
160 ToolArgs.clear (); in LLI()
161 if (Args) { ToolArgs = *Args; } in LLI()
197 for (unsigned i = 0, e = ToolArgs.size(); i != e; ++i) in ExecuteProgram()
198 LLIArgs.push_back(ToolArgs[i].c_str()); in ExecuteProgram()
253 const std::vector<std::string> *ToolArgs) { in createLLI() argument
258 return new LLI(LLIPath, ToolArgs); in createLLI()
475 for (unsigned i = 0, e = ToolArgs.size(); i != e; ++i) in OutputCode()
476 LLCArgs.push_back(ToolArgs[i].c_str()); in OutputCode()
563 std::vector<std::string> ToolArgs; // Args to pass to LLI member in __anona646e2860511::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()