Home
last modified time | relevance | path

Searched refs:createJIT (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h292 MCJITCtor = createJIT; in Register()
296 createJIT(std::unique_ptr<Module> M, std::string *ErrorStr,
H A DMCJIT.cpp45 MCJIT::createJIT(std::unique_ptr<Module> M, std::string *ErrorStr, in createJIT() function in MCJIT
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DExecutionDriver.cpp160 AbstractInterpreter::createJIT(getToolName(), Message, &ToolArgv); in initializeExecutionEnvironment()
189 AbstractInterpreter::createJIT(getToolName(), Message, &ToolArgv); in initializeExecutionEnvironment()
H A DToolRunner.h97 createJIT(const char *Argv0, std::string &Message,
H A DToolRunner.cpp589 /// 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()