Lines Matching refs:Function
34 void createModule1(LLVMContext &Context1, Module *&M1, Function *&FooF1) {
51 void createModule2(LLVMContext &Context2, Module *&M2, Function *&FooF2) {
74 Function *FooF1 = 0;
79 Function *FooF2 = 0;
88 // Call the `foo' function with no arguments:
104 Function *FooF1 = 0;
109 Function *FooF2 = 0;
118 // Call the `foo' function with no arguments:
138 Function *FooF1 = 0;
143 Function *FooF2 = 0;
150 Function *F1 = EE1->FindFunctionNamed("foo1");
153 Function *F2 = EE2->FindFunctionNamed("foo2");
156 // Function in M1
159 // Function in M2