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

/freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.cpp141 // LLI Implementation of AbstractIntepreter interface
144 class LLI : public AbstractInterpreter { class in namespace:__anon2833
145 std::string LLIPath; // The path to the LLI executable
146 std::vector<std::string> ToolArgs; // Args to pass to LLI
148 LLI(const std::string &Path, const std::vector<std::string> *Args) function in class:__anon2833::LLI
165 Expected<int> LLI::ExecuteProgram(const std::string &Bitcode,
183 // Add any extra LLI args.
219 // LLI create method - Try to find the LLI executable
226 return new LLI(*LLIPat
[all...]

Completed in 49 milliseconds