Searched defs:AbstractInterpreter (Results 1 - 1 of 1) sorted by relevance

/external/llvm/tools/bugpoint/
H A DToolRunner.h84 /// AbstractInterpreter Class - Subclasses of this class are used to execute
88 class AbstractInterpreter { class in namespace:llvm
101 static AbstractInterpreter* createLLI(const char *Argv0, std::string &Message,
104 static AbstractInterpreter* createJIT(const char *Argv0, std::string &Message,
107 static AbstractInterpreter*
111 static AbstractInterpreter*
116 virtual ~AbstractInterpreter() {}
132 Error = "OutputCode not supported by this AbstractInterpreter!";
157 class CBE : public AbstractInterpreter {
202 class LLC : public AbstractInterpreter {
[all...]

Completed in 47 milliseconds