Lines Matching refs:ToolArgs
176 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
551 ToolArgs.clear (); in JIT()
552 if (Args) { ToolArgs = *Args; } in JIT()
584 for (unsigned i = 0, e = ToolArgs.size(); i != e; ++i) in ExecuteProgram()
585 JITArgs.push_back(ToolArgs[i].c_str()); in ExecuteProgram()
638 for (unsigned i = 0, e = ToolArgs.size(); i != e; ++i) in OutputCode()
639 LLCArgs.push_back(ToolArgs[i].c_str()); in OutputCode()