Searched refs:findUsedStructTypes (Results 1 – 5 of 5) sorted by relevance
256 void findUsedStructTypes(std::vector<StructType*> &StructTypes) const;
179 M.findUsedStructTypes(StructTypes); in StripTypeNames()
549 void Module::findUsedStructTypes(std::vector<StructType*> &StructTypes) const { in findUsedStructTypes() function in Module
163 M.findUsedStructTypes(NamedTypes); in incorporateTypes()
2050 TheModule->findUsedStructTypes(StructTypes); in printModuleTypes()