Searched refs:createJIT (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/ |
H A D | MCJIT.h | 292 MCJITCtor = createJIT; in Register() 296 createJIT(std::unique_ptr<Module> M, std::string *ErrorStr,
|
H A D | MCJIT.cpp | 45 MCJIT::createJIT(std::unique_ptr<Module> M, std::string *ErrorStr, in createJIT() function in MCJIT
|
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/ |
H A D | ExecutionDriver.cpp | 160 AbstractInterpreter::createJIT(getToolName(), Message, &ToolArgv); in initializeExecutionEnvironment() 189 AbstractInterpreter::createJIT(getToolName(), Message, &ToolArgv); in initializeExecutionEnvironment()
|
H A D | ToolRunner.h | 97 createJIT(const char *Argv0, std::string &Message,
|
H A D | ToolRunner.cpp | 589 /// createJIT - Try to find the LLI executable 592 AbstractInterpreter::createJIT(const char *Argv0, std::string &Message, in createJIT() function in AbstractInterpreter 595 FindProgramByName("lli", Argv0, (void *)(intptr_t)&createJIT)) { in createJIT()
|