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

  /external/llvm/include/llvm/
DebugInfo.h 778 /// addType - Add type into Tys.
789 iterator type_begin() const { return TYs.begin(); }
790 iterator type_end() const { return TYs.end(); }
795 unsigned type_count() const { return TYs.size(); }
801 SmallVector<MDNode *, 8> TYs; // Types
  /external/llvm/lib/IR/
DebugInfo.cpp 949 /// addType - Add type into Tys.
957 TYs.push_back(DT);
    [all...]

Completed in 4930 milliseconds