Home
last modified time | relevance | path

Searched defs:createJIT (Results 1 – 4 of 4) sorted by relevance

/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITTestBase.h311 void createJIT(std::unique_ptr<Module> M) { in createJIT() function
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp46 MCJIT::createJIT(std::unique_ptr<Module> M, in createJIT() function in MCJIT
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp42 MCJIT::createJIT(std::unique_ptr<Module> M, std::string *ErrorStr, in createJIT() function in MCJIT
/external/llvm/tools/bugpoint/
DToolRunner.cpp627 AbstractInterpreter *AbstractInterpreter::createJIT(const char *Argv0, in createJIT() function in AbstractInterpreter