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

  /external/spirv-llvm/lib/SPIRV/
SPIRVReader.cpp 107 typedef std::pair < unsigned, AttributeSet > AttributeWithIndex;
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Attributes.h 164 struct AttributeWithIndex {
170 static AttributeWithIndex get(unsigned Idx, Attributes Attrs) {
171 AttributeWithIndex P;
201 static AttrListPtr get(const AttributeWithIndex *Attr, unsigned NumAttrs);
291 /// getSlot - Return the AttributeWithIndex at the specified slot. This
293 const AttributeWithIndex &getSlot(unsigned Slot) const;

Completed in 65 milliseconds