Searched refs:StructTypes (Results 1 – 7 of 7) sorted by relevance
39 std::vector<StructType*> StructTypes; variable51 iterator begin() { return StructTypes.begin(); } in begin()52 iterator end() { return StructTypes.end(); } in end()54 const_iterator begin() const { return StructTypes.begin(); } in begin()55 const_iterator end() const { return StructTypes.end(); } in end()57 bool empty() const { return StructTypes.empty(); } in empty()58 size_t size() const { return StructTypes.size(); } in size()59 iterator erase(iterator I, iterator E) { return StructTypes.erase(I, E); } in erase()61 StructType *&operator[](unsigned Idx) { return StructTypes[Idx]; }
198 TypeFinder StructTypes; in MetaRename() local 199 StructTypes.run(M, true); in MetaRename() 200 for (StructType *STy : StructTypes) { in MetaRename()
91 TypeFinder StructTypes; in StripTypeNames() 92 StructTypes.run(M, false); in StripTypeNames() 94 for (StructType *STy : StructTypes) { in StripTypeNames() 85 TypeFinder StructTypes; StripTypeNames() local
116 StructTypes.clear(); in clear()134 StructTypes.push_back(STy); in incorporateType()
1760 TypeFinder StructTypes; in IRMover() local1761 StructTypes.run(M, /* OnlyNamed */ false); in IRMover()1762 for (StructType *Ty : StructTypes) { in IRMover()1771 for (const auto *MD : StructTypes.getVisitedMetadata()) { in IRMover()
304 std::vector<BTFTypeStruct *> StructTypes; variable
681 StructTypes.push_back(TypeEntry.get()); in visitStructType()1629 for (const auto &StructType : StructTypes) { in endModule()