Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
HDMCJIT.h292 MCJITCtor = createJIT; in Register()
296 createJIT(std::unique_ptr<Module> M, std::string *ErrorStr,
HDMCJIT.cpp45 MCJIT::createJIT(std::unique_ptr<Module> M, std::string *ErrorStr, in createJIT() function in MCJIT
/freebsd-head/contrib/llvm-project/llvm/tools/bugpoint/
HDExecutionDriver.cpp160 AbstractInterpreter::createJIT(getToolName(), Message, &ToolArgv); in initializeExecutionEnvironment()
189 AbstractInterpreter::createJIT(getToolName(), Message, &ToolArgv); in initializeExecutionEnvironment()
HDToolRunner.h97 createJIT(const char *Argv0, std::string &Message,
HDToolRunner.cpp592 AbstractInterpreter::createJIT(const char *Argv0, std::string &Message, in createJIT() function in AbstractInterpreter
595 FindProgramByName("lli", Argv0, (void *)(intptr_t)&createJIT)) { in createJIT()