Home | History | Annotate | Download | only in bugpoint

Lines Matching refs:AbstractInterpreter

171   class LLI : public AbstractInterpreter {
234 void AbstractInterpreter::anchor() { }
268 AbstractInterpreter *AbstractInterpreter::createLLI(const char *Argv0,
289 class CustomCompiler : public AbstractInterpreter {
350 class CustomExecutor : public AbstractInterpreter {
442 AbstractInterpreter *AbstractInterpreter::createCustomCompiler(
457 AbstractInterpreter *AbstractInterpreter::createCustomExecutor(
551 LLC *AbstractInterpreter::createLLC(const char *Argv0,
577 class JIT : public AbstractInterpreter {
643 AbstractInterpreter *AbstractInterpreter::createJIT(const char *Argv0,