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

/external/llvm/tools/bugpoint/
H A DToolRunner.h83 /// AbstractInterpreter Class - Subclasses of this class are used to execute
87 class AbstractInterpreter { class in namespace:llvm
96 static AbstractInterpreter*
100 static AbstractInterpreter*
104 static AbstractInterpreter*
108 static AbstractInterpreter*
113 virtual ~AbstractInterpreter() {}
129 Error = "OutputCode not supported by this AbstractInterpreter!";
154 class LLC : public AbstractInterpreter {

Completed in 76 milliseconds