Searched refs:StructTypes (Results 1 – 3 of 3) sorted by relevance
178 std::vector<StructType*> StructTypes; in StripTypeNames() local179 M.findUsedStructTypes(StructTypes); in StripTypeNames()181 for (unsigned i = 0, e = StructTypes.size(); i != e; ++i) { in StripTypeNames()182 StructType *STy = StructTypes[i]; in StripTypeNames()
485 std::vector<StructType*> &StructTypes; member in __anon45b58db70111::TypeFinder488 : StructTypes(structTypes) {} in TypeFinder()548 StructTypes.push_back(STy); in incorporateType()593 void Module::findUsedStructTypes(std::vector<StructType*> &StructTypes) const { in findUsedStructTypes()594 TypeFinder(StructTypes).run(*this); in findUsedStructTypes()
306 void findUsedStructTypes(std::vector<StructType*> &StructTypes) const;