Searched refs:ToolArgs (Results 1 – 4 of 4) sorted by relevance
147 std::vector<std::string> ToolArgs; // Args to pass to LLI member in __anon66932d1e0211::LLI151 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() argument244 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 …]
148 std::vector<std::string> ToolArgs; // Extra args to pass to LLC. variable157 ToolArgs.clear(); in LLC()159 ToolArgs = *Args; in LLC()
156 std::vector<std::string> ToolArgs; // Args to pass to LLI member in __anona646e2860211::LLI160 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() argument258 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 …]
156 std::vector<std::string> ToolArgs; // Extra args to pass to LLC. variable165 ToolArgs.clear(); in LLC()166 if (Args) ToolArgs = *Args; in LLC()