Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h301 MCJITCtor = createJIT; in Register()
305 createJIT(std::unique_ptr<Module> M, std::string *ErrorStr,
H A DMCJIT.cpp43 MCJIT::createJIT(std::unique_ptr<Module> M, std::string *ErrorStr, in createJIT() function in MCJIT
/freebsd-12.1/contrib/llvm/tools/bugpoint/
H A DExecutionDriver.cpp163 AbstractInterpreter::createJIT(getToolName(), Message, &ToolArgv); in initializeExecutionEnvironment()
193 AbstractInterpreter::createJIT(getToolName(), Message, &ToolArgv); in initializeExecutionEnvironment()
H A DToolRunner.h98 createJIT(const char *Argv0, std::string &Message,
H A DToolRunner.cpp593 AbstractInterpreter::createJIT(const char *Argv0, std::string &Message, in createJIT() function in AbstractInterpreter
596 FindProgramByName("lli", Argv0, (void *)(intptr_t)&createJIT)) { in createJIT()