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() 216 createJIT(std::move(A)); in TEST_F() 244 createJIT(std::move(A)); in TEST_F() 269 createJIT(std::move(A)); in TEST_F() 294 createJIT(std::move(A)); in TEST_F() 319 createJIT(std::move(A)); in TEST_F() [all …]
|
D | MCJITTest.cpp | 52 createJIT(std::move(M)); in TEST_F() 65 createJIT(std::move(M)); in TEST_F() 86 createJIT(std::move(M)); in TEST_F() 107 createJIT(std::move(M)); in TEST_F() 178 createJIT(std::move(M)); in TEST_F() 194 createJIT(std::move(M)); in TEST_F()
|
D | MCJITObjectCacheTest.cpp | 115 createJIT(std::move(M)); in TEST_F() 131 createJIT(std::move(M)); in TEST_F() 158 createJIT(std::move(M)); in TEST_F() 175 createJIT(std::move(M)); in TEST_F() 192 createJIT(std::move(M)); in TEST_F() 210 createJIT(std::move(M)); in TEST_F()
|
D | MCJITTestBase.h | 314 void createJIT(std::unique_ptr<Module> M) { in createJIT() function
|
/external/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.h | 291 MCJITCtor = createJIT; in Register() 295 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 | 155 Interpreter = AbstractInterpreter::createJIT(getToolName(), Message, in initializeExecutionEnvironment() 187 Interpreter = AbstractInterpreter::createJIT(getToolName(), Message, in initializeExecutionEnvironment()
|
D | ToolRunner.h | 101 createJIT(const char *Argv0, std::string &Message,
|
D | ToolRunner.cpp | 645 AbstractInterpreter *AbstractInterpreter::createJIT(const char *Argv0, in createJIT() function in AbstractInterpreter 648 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,
|