Home
last modified time | relevance | path

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

/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITMultipleModuleTest.cpp97 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 …]
DMCJITTest.cpp52 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()
DMCJITObjectCacheTest.cpp115 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()
DMCJITTestBase.h314 void createJIT(std::unique_ptr<Module> M) { in createJIT() function
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h291 MCJITCtor = createJIT; in Register()
295 createJIT(std::unique_ptr<Module> M,
DMCJIT.cpp46 MCJIT::createJIT(std::unique_ptr<Module> M, in createJIT() function in MCJIT
/external/llvm/tools/bugpoint/
DExecutionDriver.cpp155 Interpreter = AbstractInterpreter::createJIT(getToolName(), Message, in initializeExecutionEnvironment()
187 Interpreter = AbstractInterpreter::createJIT(getToolName(), Message, in initializeExecutionEnvironment()
DToolRunner.h101 createJIT(const char *Argv0, std::string &Message,
DToolRunner.cpp645 AbstractInterpreter *AbstractInterpreter::createJIT(const char *Argv0, in createJIT() function in AbstractInterpreter
648 PrependMainExecutablePath("lli", Argv0, (void *)(intptr_t) & createJIT); in createJIT()
/external/llvm/docs/
DMCJITDesignAndImplementation.rst34 EngineBuilder::create will call the static MCJIT::createJIT function,