Home | History | Annotate | Download | only in bugpoint

Lines Matching refs:JIT

574 // JIT Implementation of AbstractIntepreter interface
577 class JIT : public AbstractInterpreter {
581 JIT(const std::string &Path, const std::vector<std::string> *Args)
601 int JIT::ExecuteProgram(const std::string &Bitcode,
629 outs() << "<jit>"; outs().flush();
649 return new JIT(LLIPath, Args);