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

/freebsd-10.0-release/contrib/llvm/tools/bugpoint/
H A DToolRunner.cpp171 // LLI Implementation of AbstractIntepreter interface
174 class LLI : public AbstractInterpreter { class in namespace:__anon2723
175 std::string LLIPath; // The path to the LLI executable
176 std::vector<std::string> ToolArgs; // Args to pass to LLI
178 LLI(const std::string &Path, const std::vector<std::string> *Args) function in class:__anon2723::LLI
197 int LLI::ExecuteProgram(const std::string &Bitcode,
216 // Add any extra LLI args.
239 // LLI create method - Try to find the LLI executable
247 return new LLI(LLIPat
[all...]

Completed in 65 milliseconds