Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfo.h153 return make_range(TYs.begin(), TYs.end()); in types()
163 unsigned type_count() const { return TYs.size(); } in type_count()
170 SmallVector<DIType *, 8> TYs; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp186 TYs.clear(); in reset()
347 TYs.push_back(const_cast<DIType *>(DT)); in addType()