Searched defs:AttributeWithIndex (Results 1 - 2 of 2) sorted by relevance

/external/spirv-llvm/lib/SPIRV/
H A DSPIRVReader.cpp107 typedef std::pair < unsigned, AttributeSet > AttributeWithIndex; typedef in namespace:SPIRV
/external/swiftshader/third_party/LLVM/include/llvm/
H A DAttributes.h164 struct AttributeWithIndex { struct in namespace:llvm
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 104 milliseconds