Searched refs:DepList (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DTypeReferenceTracker.cpp101 SmallVector<TiReference, 4> DepList; local
103 discoverTypeIndicesInSymbol(Sym, DepList);
104 addReferencedTypes(Sym.content(), DepList);
109 ArrayRef<TiReference> DepList) {
110 for (const auto &Ref : DepList) {
136 SmallVector<TiReference, 4> DepList; local
138 discoverTypeIndices(*Rec, DepList);
139 addReferencedTypes(Rec->content(), DepList);
108 addReferencedTypes(ArrayRef<uint8_t> RecData, ArrayRef<TiReference> DepList) argument
H A DDumpOutputStyle.cpp1291 SmallVector<TypeIndex, 4> DepList;
1299 codeview::discoverTypeIndices(Type, DepList);
1300 buildDepSet(Types, DepList, DepSet);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp169 using DepList = std::set<Instruction *, InstrLess>;
551 DepList Deps;
580 DepList Deps = getUpwardDeps(Info.Inst, Base);

Completed in 126 milliseconds