Lines Matching defs:TheModule
624 static Module *TheModule;
660 Function *F = TheModule->getFunction(std::string("unary")+Opcode);
708 Function *F = TheModule->getFunction(std::string("binary")+Op);
717 Function *CalleeF = TheModule->getFunction(Callee);
937 Function *F = Function::Create(FT, Function::ExternalLinkage, Name, TheModule);
943 F = TheModule->getFunction(Name);
1152 TheModule = parseInputIR(InputIR);
1154 TheModule = new Module("my cool jit", Context);
1159 TheExecutionEngine = EngineBuilder(TheModule).setErrorStr(&ErrStr).create();
1165 FunctionPassManager OurFPM(TheModule);
1200 TheModule->dump();