Home
last modified time | relevance | path

Searched refs:StructTypes (Results 1 – 19 of 19) sorted by relevance

/external/llvm/include/llvm/IR/
DTypeFinder.h38 std::vector<StructType*> StructTypes; variable
50 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]; }
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DTypeFinder.h37 std::vector<StructType*> StructTypes; variable
49 iterator begin() { return StructTypes.begin(); } in begin()
50 iterator end() { return StructTypes.end(); } in end()
52 const_iterator begin() const { return StructTypes.begin(); } in begin()
53 const_iterator end() const { return StructTypes.end(); } in end()
55 bool empty() const { return StructTypes.empty(); } in empty()
56 size_t size() const { return StructTypes.size(); } in size()
57 iterator erase(iterator I, iterator E) { return StructTypes.erase(I, E); } in erase()
59 StructType *&operator[](unsigned Idx) { return StructTypes[Idx]; }
/external/llvm-project/llvm/include/llvm/IR/
DTypeFinder.h37 std::vector<StructType*> StructTypes; variable
49 iterator begin() { return StructTypes.begin(); } in begin()
50 iterator end() { return StructTypes.end(); } in end()
52 const_iterator begin() const { return StructTypes.begin(); } in begin()
53 const_iterator end() const { return StructTypes.end(); } in end()
55 bool empty() const { return StructTypes.empty(); } in empty()
56 size_t size() const { return StructTypes.size(); } in size()
57 iterator erase(iterator I, iterator E) { return StructTypes.erase(I, E); } in erase()
59 StructType *&operator[](unsigned Idx) { return StructTypes[Idx]; }
/external/llvm/lib/Transforms/Utils/
DMetaRenamer.cpp102 TypeFinder StructTypes; in runOnModule() local
103 StructTypes.run(M, true); in runOnModule()
104 for (StructType *STy : StructTypes) { in runOnModule()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DMetaRenamer.cpp114 TypeFinder StructTypes; in runOnModule() local
115 StructTypes.run(M, true); in runOnModule()
116 for (StructType *STy : StructTypes) { in runOnModule()
/external/llvm-project/llvm/lib/Transforms/Utils/
DMetaRenamer.cpp113 TypeFinder StructTypes; in MetaRename() local
114 StructTypes.run(M, true); in MetaRename()
115 for (StructType *STy : StructTypes) { in MetaRename()
/external/llvm/lib/Transforms/IPO/
DStripSymbols.cpp176 TypeFinder StructTypes; in StripTypeNames() local
177 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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DStripSymbols.cpp176 TypeFinder StructTypes; in StripTypeNames() local
177 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()
/external/llvm-project/llvm/lib/Transforms/IPO/
DStripSymbols.cpp181 TypeFinder StructTypes; in StripTypeNames() local
182 StructTypes.run(M, false); in StripTypeNames()
184 for (unsigned i = 0, e = StructTypes.size(); i != e; ++i) { in StripTypeNames()
185 StructType *STy = StructTypes[i]; in StripTypeNames()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DTypeFinder.cpp87 StructTypes.clear(); in clear()
105 StructTypes.push_back(STy); in incorporateType()
/external/llvm-project/llvm/lib/IR/
DTypeFinder.cpp87 StructTypes.clear(); in clear()
105 StructTypes.push_back(STy); in incorporateType()
/external/llvm/lib/IR/
DTypeFinder.cpp87 StructTypes.clear(); in clear()
105 StructTypes.push_back(STy); in incorporateType()
/external/llvm-project/llvm/lib/Linker/
DIRMover.cpp1573 TypeFinder StructTypes; in IRMover() local
1574 StructTypes.run(M, /* OnlyNamed */ false); in IRMover()
1575 for (StructType *Ty : StructTypes) { in IRMover()
1584 for (auto *MD : StructTypes.getVisitedMetadata()) { in IRMover()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DIRMover.cpp1564 TypeFinder StructTypes; in IRMover() local
1565 StructTypes.run(M, /* OnlyNamed */ false); in IRMover()
1566 for (StructType *Ty : StructTypes) { in IRMover()
1575 for (auto *MD : StructTypes.getVisitedMetadata()) { in IRMover()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBTFDebug.cpp467 StructTypes.push_back(TypeEntry.get()); in visitStructType()
652 StructTypes.push_back(TypeEntry.get()); in visitMapDefType()
1216 for (const auto &StructType : StructTypes) { in endModule()
DBTFDebug.h251 std::vector<BTFTypeStruct *> StructTypes; variable
/external/llvm/lib/Linker/
DIRMover.cpp1338 TypeFinder StructTypes; in IRMover() local
1339 StructTypes.run(M, true); in IRMover()
1340 for (StructType *Ty : StructTypes) { in IRMover()
/external/llvm-project/llvm/lib/Target/BPF/
DBTFDebug.h257 std::vector<BTFTypeStruct *> StructTypes; variable
DBTFDebug.cpp473 StructTypes.push_back(TypeEntry.get()); in visitStructType()
1304 for (const auto &StructType : StructTypes) { in endModule()