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

/external/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp45 ExecutionEngine *MCJIT::createJIT(Module *M, function in class:MCJIT
/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITTestBase.h311 void createJIT(Module *M) { function in class:llvm::MCJITTestBase
/external/llvm/lib/ExecutionEngine/JIT/
H A DJIT.cpp71 /// createJIT - This is the factory method for creating a JIT for the current
74 ExecutionEngine *JIT::createJIT(Module *M, function in class:JIT
/external/llvm/tools/bugpoint/
H A DToolRunner.cpp642 /// createJIT - Try to find the LLI executable
644 AbstractInterpreter *AbstractInterpreter::createJIT(const char *Argv0, function in class:AbstractInterpreter
647 PrependMainExecutablePath("lli", Argv0, (void *)(intptr_t) & createJIT);
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp426 /// createJIT - This is the factory method for creating a JIT for the current
429 ExecutionEngine *ExecutionEngine::createJIT(Module *M, function in class:ExecutionEngine

Completed in 108 milliseconds