Home | History | Annotate | Download | only in JIT

Lines Matching refs:M2

51 void createModule2(LLVMContext &Context2, Module *&M2, Function *&FooF2) {
52 M2 = new Module("test2", Context2);
53 LoadAssemblyInto(M2,
65 FooF2 = M2->getFunction("foo2");
78 Module *M2 = 0;
80 createModule2(Context2, M2, FooF2);
85 OwningPtr<ExecutionEngine> EE2(EngineBuilder(M2).create());
108 Module *M2 = 0;
110 createModule2(Context2, M2, FooF2);
115 OwningPtr<ExecutionEngine> EE2(EngineBuilder(M2).create());
142 Module *M2 = 0;
144 createModule2(Context2, M2, FooF2);
148 OwningPtr<ExecutionEngine> EE2(EngineBuilder(M2).create());
159 // Function in M2