Searched defs:createJIT (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp46 MCJIT::createJIT(std::unique_ptr<Module> M, function in class:MCJIT
/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITTestBase.h312 void createJIT(std::unique_ptr<Module> M) { function in class:llvm::MCJITTestBase
/external/llvm/tools/bugpoint/
H A DToolRunner.cpp624 /// createJIT - Try to find the LLI executable
626 AbstractInterpreter *AbstractInterpreter::createJIT(const char *Argv0, function in class:AbstractInterpreter
629 PrependMainExecutablePath("lli", Argv0, (void *)(intptr_t) & createJIT);

Completed in 89 milliseconds