Lines Matching defs:TheModule
686 static std::unique_ptr<Module> TheModule;
697 if (auto *F = TheModule->getFunction(Name))
1025 Function::Create(FT, Function::ExternalLinkage, Name, TheModule.get());
1089 TheModule = llvm::make_unique<Module>("my cool jit", TheContext);
1194 TheModule->setTargetTriple(TargetTriple);
1215 TheModule->setDataLayout(TheTargetMachine->createDataLayout());
1234 pass.run(*TheModule);