Searched refs:ToolArgs (Results 1 – 4 of 4) sorted by relevance
158 std::vector<std::string> ToolArgs; // Extra args to pass to LLC. variable164 ToolArgs.clear (); in CBE()165 if (Args) ToolArgs = *Args; in CBE()203 std::vector<std::string> ToolArgs; // Extra args to pass to LLC. variable212 ToolArgs.clear(); in LLC()213 if (Args) ToolArgs = *Args; in LLC()
176 std::vector<std::string> ToolArgs; // Args to pass to LLI member in __anon748a0d260211::LLI180 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() argument245 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 …]
156 std::vector<std::string> ToolArgs; // Args to pass to LLI member in __anon233da97a0211::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 __anon233da97a0511::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()