Searched defs:createJIT (Results 1 – 3 of 3) sorted by relevance
314 void createJIT(std::unique_ptr<Module> M) { in createJIT() function
46 MCJIT::createJIT(std::unique_ptr<Module> M, in createJIT() function in MCJIT
645 AbstractInterpreter *AbstractInterpreter::createJIT(const char *Argv0, in createJIT() function in AbstractInterpreter