Searched defs:generateCodeForModule (Results 1 - 2 of 2) sorted by last modified time

/external/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h282 /// generateCodeForModule - Run code generationen for the specified module and
297 virtual void generateCodeForModule(Module *M) {} function in class:llvm::ExecutionEngine
/external/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp141 // generateCodeForModule.
175 void MCJIT::generateCodeForModule(Module *M) { function in class:MCJIT
181 "MCJIT::generateCodeForModule: Unknown module.");
239 generateCodeForModule(M);
253 generateCodeForModule(M);
332 generateCodeForModule(M);
370 generateCodeForModule(M);

Completed in 426 milliseconds