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

  /external/llvm/tools/bugpoint/
ToolRunner.h 83 /// AbstractInterpreter Class - Subclasses of this class are used to execute
87 class AbstractInterpreter {
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 {
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
ToolRunner.h 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 {
    [all...]

Completed in 57 milliseconds