Home | History | Annotate | Download | only in bugpoint

Lines Matching defs:AbstractInterpreter

84 /// AbstractInterpreter Class - Subclasses of this class are used to execute

88 class AbstractInterpreter {
100 static AbstractInterpreter* createLLI(const char *Argv0, std::string &Message,
103 static AbstractInterpreter* createJIT(const char *Argv0, std::string &Message,
106 static AbstractInterpreter*
110 static AbstractInterpreter*
115 virtual ~AbstractInterpreter() {}
131 Error = "OutputCode not supported by this AbstractInterpreter!";
156 class CBE : public AbstractInterpreter {
201 class LLC : public AbstractInterpreter {