Lines Matching refs:TheModule
988 TheModule.reset(); in ~CodeGenAction()
1001 TheModule = BEConsumer->takeModule(); in EndSourceFileAction()
1005 return std::move(TheModule); in takeModule()
1191 TheModule = loadModule(*MainFile); in ExecuteAction()
1192 if (!TheModule) in ExecuteAction()
1196 if (TheModule->getTargetTriple() != TargetOpts.Triple) { in ExecuteAction()
1199 TheModule->setTargetTriple(TargetOpts.Triple); in ExecuteAction()
1202 EmbedObject(TheModule.get(), CodeGenOpts, Diagnostics); in ExecuteAction()
1203 EmbedBitcode(TheModule.get(), CodeGenOpts, *MainFile); in ExecuteAction()
1205 LLVMContext &Ctx = TheModule->getContext(); in ExecuteAction()
1220 CI.getLangOpts(), TheModule.get(), in ExecuteAction()
1243 CI.getTarget().getDataLayoutString(), TheModule.get(), BA, in ExecuteAction()