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

  /external/llvm/include/llvm/IR/
DebugInfo.h 107 return make_range(TYs.begin(), TYs.end());
117 unsigned type_count() const { return TYs.size(); }
124 SmallVector<DIType *, 8> TYs;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DebugInfo.h 117 return make_range(TYs.begin(), TYs.end());
127 unsigned type_count() const { return TYs.size(); }
134 SmallVector<DIType *, 8> TYs;
  /external/llvm/lib/IR/
DebugInfo.cpp 48 TYs.clear();
195 TYs.push_back(const_cast<DIType *>(DT));
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DebugInfo.h 822 /// addType - Add type into Tys.
833 iterator type_begin() const { return TYs.begin(); }
834 iterator type_end() const { return TYs.end(); }
839 unsigned type_count() const { return TYs.size(); }
845 SmallVector<MDNode *, 8> TYs; // Types
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DebugInfo.cpp 58 TYs.clear();
236 TYs.push_back(const_cast<DIType *>(DT));
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
DebugInfo.cpp 1057 /// addType - Add type into Tys.
1065 TYs.push_back(DT);
    [all...]

Completed in 93 milliseconds