Searched refs:ToolArgs (Results 1 – 6 of 6) 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 __anonbf7d71870211::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 __anonbf7d71870511::JIT[all …]
147 std::vector<std::string> ToolArgs; // Args to pass to LLI member in __anonb20084130211::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 __anonb20084130511::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 __anon0ad69adb0211::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 __anon0ad69adb0511::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()