Lines Matching defs:TheModule
609 static Module *TheModule;
645 Function *F = TheModule->getFunction(std::string("unary")+Opcode);
690 Function *F = TheModule->getFunction(std::string("binary")+Op);
699 Function *CalleeF = TheModule->getFunction(Callee);
919 Function *F = Function::Create(FT, Function::ExternalLinkage, Name, TheModule);
925 F = TheModule->getFunction(Name);
1115 TheModule = new Module("my cool jit", Context);
1119 TheExecutionEngine = EngineBuilder(TheModule).setErrorStr(&ErrStr).create();
1125 FunctionPassManager OurFPM(TheModule);
1160 TheModule->dump();