Lines Matching defs:TheModule
1499 void llvm::thinLTOFinalizeInModule(Module &TheModule,
1588 for (auto &GV : TheModule)
1590 for (auto &GV : TheModule.globals())
1592 for (auto &GV : TheModule.aliases())
1600 for (auto &GO : TheModule.global_objects()) {
1613 for (auto &GA : TheModule.aliases()) {
1626 /// Run internalization on \p TheModule based on symmary analysis.
1627 void llvm::thinLTOInternalizeModule(Module &TheModule,
1652 TheModule.getSourceFileName());
1670 internalizeModule(TheModule, MustPreserveGV);