Lines Matching defs:TheModule
1615 void llvm::thinLTOFinalizeInModule(Module &TheModule,
1704 for (auto &GV : TheModule)
1706 for (auto &GV : TheModule.globals())
1708 for (auto &GV : TheModule.aliases())
1716 for (auto &GO : TheModule.global_objects()) {
1729 for (auto &GA : TheModule.aliases()) {
1742 /// Run internalization on \p TheModule based on symmary analysis.
1743 void llvm::thinLTOInternalizeModule(Module &TheModule,
1768 TheModule.getSourceFileName());
1786 internalizeModule(TheModule, MustPreserveGV);