Searched defs:AttrSets (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Attributes.cpp | 845 ArrayRef<AttributeSet> AttrSets) { in getImpl() 964 SmallVector<AttributeSet, 8> AttrSets; in get() local 984 SmallVector<AttributeSet, 8> AttrSets(Index + 1); in get() local 1072 SmallVector<AttributeSet, 4> AttrSets(this->begin(), this->end()); in addAttributes() local 1088 SmallVector<AttributeSet, 4> AttrSets(this->begin(), this->end()); in addParamAttribute() local 1108 SmallVector<AttributeSet, 4> AttrSets(this->begin(), this->end()); in removeAttribute() local 1121 SmallVector<AttributeSet, 4> AttrSets(this->begin(), this->end()); in removeAttribute() local 1136 SmallVector<AttributeSet, 4> AttrSets(this->begin(), this->end()); in removeAttributes() local 1152 SmallVector<AttributeSet, 4> AttrSets(this->begin(), this->end()); in removeAttributes() local
|