Lines Matching refs:AbstractInterpreter
174 class LLI : public AbstractInterpreter {
237 void AbstractInterpreter::anchor() { }
240 AbstractInterpreter *AbstractInterpreter::createLLI(const char *Argv0,
261 class CustomCompiler : public AbstractInterpreter {
322 class CustomExecutor : public AbstractInterpreter {
414 AbstractInterpreter *AbstractInterpreter::createCustomCompiler(
429 AbstractInterpreter *AbstractInterpreter::createCustomExecutor(
521 LLC *AbstractInterpreter::createLLC(const char *Argv0,
547 class JIT : public AbstractInterpreter {
613 AbstractInterpreter *AbstractInterpreter::createJIT(const char *Argv0,