HomeSort by relevance Sort by last modified time
    Searched defs:LLI (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/tools/bugpoint/
ToolRunner.cpp 171 // LLI Implementation of AbstractIntepreter interface
174 class LLI : public AbstractInterpreter {
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)
197 int LLI::ExecuteProgram(const std::string &Bitcode,
216 // Add any extra LLI args.
226 outs() << "<lli>"; outs().flush();
237 // LLI create method - Try to find the LLI executable
    [all...]
  /external/llvm/tools/bugpoint/
ToolRunner.cpp 151 // LLI Implementation of AbstractIntepreter interface
154 class LLI : public AbstractInterpreter {
155 std::string LLIPath; // The path to the LLI executable
156 std::vector<std::string> ToolArgs; // Args to pass to LLI
158 LLI(const std::string &Path, const std::vector<std::string> *Args)
177 int LLI::ExecuteProgram(const std::string &Bitcode,
196 // Add any extra LLI args.
206 outs() << "<lli>"; outs().flush();
250 // LLI create method - Try to find the LLI executabl
    [all...]

Completed in 371 milliseconds