Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DDebugInfo.h120 return make_range(TYs.begin(), TYs.end()); in types()
130 unsigned type_count() const { return TYs.size(); } in type_count()
137 SmallVector<DIType *, 8> TYs; variable
/external/llvm/lib/IR/
DDebugInfo.cpp92 TYs.clear(); in reset()
252 TYs.push_back(const_cast<DIType *>(DT)); in addType()