Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1187 std::map<TypeIndex, CVType> &DepSet) { in buildDepSet() argument
1191 if (DepSet.find(TI) != DepSet.end() || TI.isSimple() || TI.isNoneType()) in buildDepSet()
1195 DepSet[TI] = Type; in buildDepSet()
1197 buildDepSet(Types, DepList, DepSet); in buildDepSet()
1235 std::map<TypeIndex, CVType> DepSet; in dumpPartialTypeStream() local
1236 buildDepSet(Types, TiList, DepSet); in dumpPartialTypeStream()
1240 TiList.size(), DepSet.size()); in dumpPartialTypeStream()
1242 for (auto &Dep : DepSet) { in dumpPartialTypeStream()