Home | History | Annotate | Download | only in JIT

Lines Matching refs:Module

206 /// of the module.
207 ExecutionEngine *JIT::createJIT(Module *M,
270 JIT::JIT(Module *M, TargetMachine &tm, TargetJITInfo &tji,
331 /// addModule - Add a new Module to the JIT. If we previously removed the last
332 /// Module, we need re-initialize jitstate with a valid Module.
333 void JIT::addModule(Module *M) {
357 /// removeModule - If we are removing the last Module, invalidate the jitstate
358 /// since the PassManager it contains references a released Module.
359 bool JIT::removeModule(Module *M) {
664 // exists in this Module.