Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DDebugInfo.h911 iterator type_begin() const { return TYs.begin(); } in type_begin()
912 iterator type_end() const { return TYs.end(); } in type_end()
917 unsigned type_count() const { return TYs.size(); } in type_count()
923 SmallVector<MDNode *, 8> TYs; // Types variable
/external/llvm/lib/Analysis/
DDebugInfo.cpp1151 TYs.push_back(DT); in addType()