Home
last modified time | relevance | path

Searched refs:ToolArgs (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.cpp146 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...]
H A DToolRunner.h148 std::vector<std::string> ToolArgs; // Extra args to pass to LLC. variable
157 ToolArgs.clear(); in LLC()
159 ToolArgs = *Args; in LLC()