Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugInfo.h140 return make_range(TYs.begin(), TYs.end()); in types()
150 unsigned type_count() const { return TYs.size(); } in type_count()
157 SmallVector<DIType *, 8> TYs; variable
/llvm-project-15.0.7/llvm/lib/IR/
H A DDebugInfo.cpp142 TYs.clear(); in reset()
303 TYs.push_back(const_cast<DIType *>(DT)); in addType()