Home
last modified time | relevance | path

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

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