Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfo.h142 return make_range(TYs.begin(), TYs.end()); in types()
152 unsigned type_count() const { return TYs.size(); } in type_count()
159 SmallVector<DIType *, 8> TYs; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfo.cpp143 TYs.clear(); in reset()
304 TYs.push_back(const_cast<DIType *>(DT)); in addType()