Searched defs:createJIT (Results 1 – 5 of 5) sorted by relevance
311 void createJIT(std::unique_ptr<Module> M) { in createJIT() function
46 MCJIT::createJIT(std::unique_ptr<Module> M, in createJIT() function in MCJIT
45 MCJIT::createJIT(std::unique_ptr<Module> M, std::string *ErrorStr, in createJIT() function in MCJIT
42 MCJIT::createJIT(std::unique_ptr<Module> M, std::string *ErrorStr, in createJIT() function in MCJIT
627 AbstractInterpreter *AbstractInterpreter::createJIT(const char *Argv0, in createJIT() function in AbstractInterpreter