Searched refs:ToolArgs (Results 1 – 2 of 2) sorted by relevance
146 std::vector<std::string> ToolArgs; // Args to pass to LLI member in __anon42a46eb90211::LLI 150 ToolArgs.clear(); in LLI() 152 ToolArgs = *Args; in LLI() 184 for (unsigned i = 0, e = ToolArgs.size(); i != e; ++i) in ExecuteProgram() 185 LLIArgs.push_back(ToolArgs[i]); in ExecuteProgram() 222 const std::vector<std::string> *ToolArgs) { in createLLI() argument 226 return new LLI(*LLIPath, ToolArgs); in createLLI() 450 for (unsigned i = 0, e = ToolArgs.size(); i != e; ++i) in OutputCode() 451 LLCArgs.push_back(ToolArgs[i]); in OutputCode() 534 std::vector<std::string> ToolArgs; // Arg member in __anon42a46eb90511::JIT [all...]
148 std::vector<std::string> ToolArgs; // Extra args to pass to LLC. variable157 ToolArgs.clear(); in LLC()159 ToolArgs = *Args; in LLC()