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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h300 MCJITCtor = createJIT;
304 createJIT(std::unique_ptr<Module> M, std::string *ErrorStr,
H A DMCJIT.cpp42 MCJIT::createJIT(std::unique_ptr<Module> M, std::string *ErrorStr, function in class:MCJIT
/freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DExecutionDriver.cpp162 AbstractInterpreter::createJIT(getToolName(), Message, &ToolArgv);
192 AbstractInterpreter::createJIT(getToolName(), Message, &ToolArgv);
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, function in class:AbstractInterpreter
595 FindProgramByName("lli", Argv0, (void *)(intptr_t)&createJIT)) {

Completed in 150 milliseconds