HomeSort by relevance Sort by last modified time
    Searched refs:TYs (Results 1 - 12 of 12) 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;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DebugInfo.h 119 return make_range(TYs.begin(), TYs.end());
129 unsigned type_count() const { return TYs.size(); }
136 SmallVector<DIType *, 8> TYs;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DebugInfo.h 119 return make_range(TYs.begin(), TYs.end());
129 unsigned type_count() const { return TYs.size(); }
136 SmallVector<DIType *, 8> TYs;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DebugInfo.h 119 return make_range(TYs.begin(), TYs.end());
129 unsigned type_count() const { return TYs.size(); }
136 SmallVector<DIType *, 8> TYs;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DebugInfo.h 119 return make_range(TYs.begin(), TYs.end());
129 unsigned type_count() const { return TYs.size(); }
136 SmallVector<DIType *, 8> TYs;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DebugInfo.h 119 return make_range(TYs.begin(), TYs.end());
129 unsigned type_count() const { return TYs.size(); }
136 SmallVector<DIType *, 8> TYs;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DebugInfo.h 119 return make_range(TYs.begin(), TYs.end());
129 unsigned type_count() const { return TYs.size(); }
136 SmallVector<DIType *, 8> TYs;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DebugInfo.h 119 return make_range(TYs.begin(), TYs.end());
129 unsigned type_count() const { return TYs.size(); }
136 SmallVector<DIType *, 8> TYs;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DebugInfo.h 119 return make_range(TYs.begin(), TYs.end());
129 unsigned type_count() const { return TYs.size(); }
136 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/lib/Analysis/
DebugInfo.cpp 1057 /// addType - Add type into Tys.
1065 TYs.push_back(DT);
    [all...]

Completed in 750 milliseconds