Searched refs:createJIT (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/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
|
| /openbsd-src/gnu/llvm/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 | 592 AbstractInterpreter::createJIT(const char *Argv0, std::string &Message, in createJIT() function in AbstractInterpreter 595 FindProgramByName("lli", Argv0, (void *)(intptr_t)&createJIT)) { in createJIT()
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | MCJITDesignAndImplementation.rst | 34 EngineBuilder::create will call the static MCJIT::createJIT function,
|