Home
last modified time | relevance | path

Searched refs:TYs (Results 1 – 6 of 6) 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-project/llvm/include/llvm/IR/
DDebugInfo.h122 return make_range(TYs.begin(), TYs.end()); in types()
132 unsigned type_count() const { return TYs.size(); } in type_count()
139 SmallVector<DIType *, 8> TYs; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfo.h116 return make_range(TYs.begin(), TYs.end()); in types()
126 unsigned type_count() const { return TYs.size(); } in type_count()
133 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-10.0/llvm/lib/IR/
DDebugInfo.cpp57 TYs.clear(); in reset()
235 TYs.push_back(const_cast<DIType *>(DT)); in addType()
/external/llvm-project/llvm/lib/IR/
DDebugInfo.cpp57 TYs.clear(); in reset()
218 TYs.push_back(const_cast<DIType *>(DT)); in addType()