Searched refs:TiList (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | DumpOutputStyle.cpp | 1106 TpiStream &Stream, ArrayRef<TypeIndex> TiList, in dumpPartialTypeStream() argument 1118 buildDepSet(Types, TiList, DepSet); in dumpPartialTypeStream() 1122 TiList.size(), DepSet.size()); in dumpPartialTypeStream() 1130 Printer.formatLine("Showing {0:N} records.", TiList.size()); in dumpPartialTypeStream() 1132 for (const auto &I : TiList) { in dumpPartialTypeStream() 1249 std::vector<TypeIndex> TiList(Indices.begin(), Indices.end()); in dumpTpiStream() local 1250 dumpPartialTypeStream(P, Types, Stream, TiList, DumpBytes, DumpExtras, in dumpTpiStream()
|