Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h300 MCJITCtor = createJIT; in Register()
304 createJIT(std::unique_ptr<Module> M, std::string *ErrorStr,
DMCJIT.cpp42 MCJIT::createJIT(std::unique_ptr<Module> M, std::string *ErrorStr, in createJIT() function in MCJIT