Searched refs:LLI (Results 1 - 1 of 1) sorted by relevance

/external/llvm/tools/bugpoint/
H A DToolRunner.cpp169 // LLI Implementation of AbstractIntepreter interface
172 class LLI : public AbstractInterpreter { class in namespace:__anon25549
173 std::string LLIPath; // The path to the LLI executable
174 std::vector<std::string> ToolArgs; // Args to pass to LLI
176 LLI(const std::string &Path, const std::vector<std::string> *Args) function in class:__anon25549::LLI
195 int LLI::ExecuteProgram(const std::string &Bitcode,
214 // Add any extra LLI args.
268 // LLI create method - Try to find the LLI executable
276 return new LLI(LLIPat
[all...]

Completed in 115 milliseconds