Home
last modified time | relevance | path

Searched defs:DepList (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DTypeReferenceTracker.cpp104 SmallVector<TiReference, 4> DepList; in addTypeRefsFromSymbol() local
112 ArrayRef<TiReference> DepList) { in addReferencedTypes() argument
139 SmallVector<TiReference, 4> DepList; in markReferencedTypes() local
H A DDumpOutputStyle.cpp1187 SmallVector<TypeIndex, 4> DepList; in buildDepSet() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp231 using DepList = std::set<Instruction *, InstrLess>; typedef in __anoncba317990111::AlignVectors