Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfo.h161 return make_range(TYs.begin(), TYs.end()); in types()
171 unsigned type_count() const { return TYs.size(); } in type_count()
178 SmallVector<DIType *, 8> TYs; variable
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp208 TYs.clear(); in reset()
379 TYs.push_back(DT); in addType()