Lines Matching refs:AbstractInterpreter
145 class LLI : public AbstractInterpreter {
203 void AbstractInterpreter::anchor() {} in anchor()
221 AbstractInterpreter *
222 AbstractInterpreter::createLLI(const char *Argv0, std::string &Message, in createLLI()
241 class CustomCompiler : public AbstractInterpreter {
293 class CustomExecutor : public AbstractInterpreter {
402 AbstractInterpreter *AbstractInterpreter::createCustomCompiler( in createCustomCompiler()
417 AbstractInterpreter *
418 AbstractInterpreter::createCustomExecutor(const char *Argv0, in createCustomExecutor()
508 LLC *AbstractInterpreter::createLLC(const char *Argv0, std::string &Message, in createLLC()
533 class JIT : public AbstractInterpreter {
592 AbstractInterpreter *
593 AbstractInterpreter::createJIT(const char *Argv0, std::string &Message, in createJIT()