Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp45 MCJIT::createJIT(std::unique_ptr<Module> M, std::string *ErrorStr, in createJIT() function in MCJIT
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.cpp592 AbstractInterpreter::createJIT(const char *Argv0, std::string &Message, in createJIT() function in AbstractInterpreter