Searched refs:createJIT (Results 1 – 10 of 10) sorted by relevance
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITMultipleModuleTest.cpp | 97 createJIT(std::move(A)); in TEST_F() 117 createJIT(std::move(A)); in TEST_F() 138 createJIT(std::move(A)); in TEST_F() 159 createJIT(std::move(A)); in TEST_F() 180 createJIT(std::move(A)); in TEST_F() 220 createJIT(std::move(A)); in TEST_F() 253 createJIT(std::move(A)); in TEST_F() 278 createJIT(std::move(A)); in TEST_F() 303 createJIT(std::move(A)); in TEST_F() 328 createJIT(std::move(A)); in TEST_F() [all …]
|
D | MCJITTest.cpp | 53 createJIT(std::move(M)); in TEST_F() 66 createJIT(std::move(M)); in TEST_F() 87 createJIT(std::move(M)); in TEST_F() 108 createJIT(std::move(M)); in TEST_F() 179 createJIT(std::move(M)); in TEST_F() 195 createJIT(std::move(M)); in TEST_F() 214 createJIT(std::move(M)); in TEST_F() 255 createJIT(std::move(M)); in TEST_F()
|
D | MCJITObjectCacheTest.cpp | 114 createJIT(std::move(M)); in TEST_F() 129 createJIT(std::move(M)); in TEST_F() 156 createJIT(std::move(M)); in TEST_F() 173 createJIT(std::move(M)); in TEST_F() 190 createJIT(std::move(M)); in TEST_F() 208 createJIT(std::move(M)); in TEST_F()
|
D | MCJITTestBase.h | 312 void createJIT(std::unique_ptr<Module> M) { in createJIT() function
|
/external/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.h | 302 MCJITCtor = createJIT; in Register() 306 createJIT(std::unique_ptr<Module> M,
|
D | MCJIT.cpp | 46 MCJIT::createJIT(std::unique_ptr<Module> M, in createJIT() function in MCJIT
|
/external/llvm/tools/bugpoint/ |
D | ExecutionDriver.cpp | 162 Interpreter = AbstractInterpreter::createJIT(getToolName(), Message, in initializeExecutionEnvironment() 194 Interpreter = AbstractInterpreter::createJIT(getToolName(), Message, in initializeExecutionEnvironment()
|
D | ToolRunner.h | 101 createJIT(const char *Argv0, std::string &Message,
|
D | ToolRunner.cpp | 626 AbstractInterpreter *AbstractInterpreter::createJIT(const char *Argv0, in createJIT() function in AbstractInterpreter 629 PrependMainExecutablePath("lli", Argv0, (void *)(intptr_t) & createJIT); in createJIT()
|
/external/llvm/docs/ |
D | MCJITDesignAndImplementation.rst | 34 EngineBuilder::create will call the static MCJIT::createJIT function,
|