Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DDebugInfo.h107 return make_range(TYs.begin(), TYs.end()); in types()
117 unsigned type_count() const { return TYs.size(); } in type_count()
124 SmallVector<DIType *, 8> TYs; variable
/external/llvm/lib/IR/
DDebugInfo.cpp48 TYs.clear(); in reset()
195 TYs.push_back(const_cast<DIType *>(DT)); in addType()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDebugInfo.h833 iterator type_begin() const { return TYs.begin(); } in type_begin()
834 iterator type_end() const { return TYs.end(); } in type_end()
839 unsigned type_count() const { return TYs.size(); } in type_count()
845 SmallVector<MDNode *, 8> TYs; // Types variable
/external/swiftshader/third_party/LLVM/lib/Analysis/
DDebugInfo.cpp1065 TYs.push_back(DT); in addType()