HomeSort by relevance Sort by last modified time
    Searched refs:TYs (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/IR/
DebugInfo.h 120 return make_range(TYs.begin(), TYs.end());
130 unsigned type_count() const { return TYs.size(); }
137 SmallVector<DIType *, 8> TYs;
  /external/llvm/lib/IR/
DebugInfo.cpp 92 TYs.clear();
252 TYs.push_back(const_cast<DIType *>(DT));

Completed in 72 milliseconds