Home | History | Annotate | Download | only in MCJIT

Lines Matching refs:Module

40 ExecutionEngine *MCJIT::createJIT(Module *M,
54 MCJIT::MCJIT(Module *m, TargetMachine *tm, RTDyldMemoryManager *MM,
73 ObjectBufferStream* MCJIT::emitObject(Module *m) {
74 /// Currently, MCJIT only supports a single module and the module passed to
75 /// this function call is expected to be the contained module. The module
76 /// is passed as a parameter here to prepare for multiple module support in
83 // FIXME: Track compilation state on a per-module basis when multiple modules
118 void MCJIT::loadObject(Module *M) {
123 // FIXME: Track compilation state on a per-module basis when multiple modules
157 // FIXME: Add support for per-module compilation state
166 // If the module hasn't been compiled, just do that.
194 // FIXME: Add support for per-module compilation state
205 // FIXME: Should the Dyld be retaining module information? Probably not.
327 // FIXME: Add support for per-module compilation state