Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1186 std::map<TypeIndex, CVType> &DepSet) { in buildDepSet() argument
1190 if (DepSet.find(TI) != DepSet.end() || TI.isSimple() || TI.isNoneType()) in buildDepSet()
1194 DepSet[TI] = Type; in buildDepSet()
1196 buildDepSet(Types, DepList, DepSet); in buildDepSet()
1234 std::map<TypeIndex, CVType> DepSet; in dumpPartialTypeStream() local
1235 buildDepSet(Types, TiList, DepSet); in dumpPartialTypeStream()
1239 TiList.size(), DepSet.size()); in dumpPartialTypeStream()
1241 for (auto &Dep : DepSet) { in dumpPartialTypeStream()