Home | History | Annotate | Download | only in Chapter6

Lines Matching refs:TheModule

541 static Module *TheModule;
562 Function *F = TheModule->getFunction(std::string("unary")+Opcode);
588 Function *F = TheModule->getFunction(std::string("binary")+Op);
597 Function *CalleeF = TheModule->getFunction(Callee);
765 Function *F = Function::Create(FT, Function::ExternalLinkage, Name, TheModule);
772 F = TheModule->getFunction(Name);
936 TheModule = new Module("my cool jit", Context);
940 TheExecutionEngine = EngineBuilder(TheModule).setErrorStr(&ErrStr).create();
946 FunctionPassManager OurFPM(TheModule);
973 TheModule->dump();