Lines Matching refs:ToolArgs
155 std::vector<std::string> ToolArgs; // Args to pass to LLI member in __anon0ad69adb0211::LLI
159 ToolArgs.clear (); in LLI()
160 if (Args) { ToolArgs = *Args; } in LLI()
196 for (unsigned i = 0, e = ToolArgs.size(); i != e; ++i) in ExecuteProgram()
197 LLIArgs.push_back(ToolArgs[i].c_str()); in ExecuteProgram()
252 const std::vector<std::string> *ToolArgs) { in createLLI() argument
257 return new LLI(LLIPath, ToolArgs); in createLLI()
474 for (unsigned i = 0, e = ToolArgs.size(); i != e; ++i) in OutputCode()
475 LLCArgs.push_back(ToolArgs[i].c_str()); in OutputCode()
562 std::vector<std::string> ToolArgs; // Args to pass to LLI member in __anon0ad69adb0511::JIT
566 ToolArgs.clear (); in JIT()
567 if (Args) { ToolArgs = *Args; } in JIT()
599 for (unsigned i = 0, e = ToolArgs.size(); i != e; ++i) in ExecuteProgram()
600 JITArgs.push_back(ToolArgs[i].c_str()); in ExecuteProgram()