Searched refs:createJIT (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/MCJIT/ |
| H A D | MCJIT.h | 301 MCJITCtor = createJIT; in Register() 305 createJIT(std::unique_ptr<Module> M, std::string *ErrorStr,
|
| H A D | MCJIT.cpp | 43 MCJIT::createJIT(std::unique_ptr<Module> M, std::string *ErrorStr, in createJIT() function in MCJIT
|
| /freebsd-12.1/contrib/llvm/tools/bugpoint/ |
| H A D | ExecutionDriver.cpp | 163 AbstractInterpreter::createJIT(getToolName(), Message, &ToolArgv); in initializeExecutionEnvironment() 193 AbstractInterpreter::createJIT(getToolName(), Message, &ToolArgv); in initializeExecutionEnvironment()
|
| H A D | ToolRunner.h | 98 createJIT(const char *Argv0, std::string &Message,
|
| H A D | ToolRunner.cpp | 593 AbstractInterpreter::createJIT(const char *Argv0, std::string &Message, in createJIT() function in AbstractInterpreter 596 FindProgramByName("lli", Argv0, (void *)(intptr_t)&createJIT)) { in createJIT()
|