Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/tools/bugpoint/
DToolRunner.h158 std::vector<std::string> ToolArgs; // Extra args to pass to LLC. variable
164 ToolArgs.clear (); in CBE()
165 if (Args) ToolArgs = *Args; in CBE()
203 std::vector<std::string> ToolArgs; // Extra args to pass to LLC. variable
212 ToolArgs.clear(); in LLC()
213 if (Args) ToolArgs = *Args; in LLC()
DToolRunner.cpp176 std::vector<std::string> ToolArgs; // Args to pass to LLI member in __anon748a0d260211::LLI
180 ToolArgs.clear (); in LLI()
181 if (Args) { ToolArgs = *Args; } in LLI()
217 for (unsigned i = 0, e = ToolArgs.size(); i != e; ++i) in ExecuteProgram()
218 LLIArgs.push_back(ToolArgs[i].c_str()); in ExecuteProgram()
240 const std::vector<std::string> *ToolArgs) { in createLLI() argument
245 return new LLI(LLIPath, ToolArgs); in createLLI()
459 for (unsigned i = 0, e = ToolArgs.size(); i != e; ++i) in OutputCode()
460 LLCArgs.push_back(ToolArgs[i].c_str()); in OutputCode()
547 std::vector<std::string> ToolArgs; // Args to pass to LLI member in __anon748a0d260511::JIT
[all …]
/external/llvm/tools/bugpoint/
DToolRunner.cpp156 std::vector<std::string> ToolArgs; // Args to pass to LLI member in __anon233da97a0211::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 __anon233da97a0511::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()