Searched refs:StructTypes (Results 1 – 5 of 5) sorted by relevance
38 std::vector<StructType*> StructTypes; variable50 iterator begin() { return StructTypes.begin(); } in begin()51 iterator end() { return StructTypes.end(); } in end()53 const_iterator begin() const { return StructTypes.begin(); } in begin()54 const_iterator end() const { return StructTypes.end(); } in end()56 bool empty() const { return StructTypes.empty(); } in empty()57 size_t size() const { return StructTypes.size(); } in size()58 iterator erase(iterator I, iterator E) { return StructTypes.erase(I, E); } in erase()60 StructType *&operator[](unsigned Idx) { return StructTypes[Idx]; }
114 TypeFinder StructTypes; in runOnModule() local115 StructTypes.run(M, true); in runOnModule()116 for (StructType *STy : StructTypes) { in runOnModule()
176 TypeFinder StructTypes; in StripTypeNames() local177 StructTypes.run(M, false); in StripTypeNames()179 for (unsigned i = 0, e = StructTypes.size(); i != e; ++i) { in StripTypeNames()180 StructType *STy = StructTypes[i]; in StripTypeNames()
88 StructTypes.clear(); in clear()106 StructTypes.push_back(STy); in incorporateType()
1467 TypeFinder StructTypes; in IRMover() local1468 StructTypes.run(M, /* OnlyNamed */ false); in IRMover()1469 for (StructType *Ty : StructTypes) { in IRMover()1478 for (auto *MD : StructTypes.getVisitedMetadata()) { in IRMover()