Searched defs:AttrSets (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Attributes.cpp | 946 ArrayRef<AttributeSet> AttrSets) { in getImpl() 1065 SmallVector<AttributeSet, 8> AttrSets; in get() local 1085 SmallVector<AttributeSet, 8> AttrSets(Index + 1); in get() local 1173 SmallVector<AttributeSet, 4> AttrSets(this->begin(), this->end()); in addAttributes() local 1189 SmallVector<AttributeSet, 4> AttrSets(this->begin(), this->end()); in addParamAttribute() local 1209 SmallVector<AttributeSet, 4> AttrSets(this->begin(), this->end()); in removeAttribute() local 1222 SmallVector<AttributeSet, 4> AttrSets(this->begin(), this->end()); in removeAttribute() local 1237 SmallVector<AttributeSet, 4> AttrSets(this->begin(), this->end()); in removeAttributes() local 1253 SmallVector<AttributeSet, 4> AttrSets(this->begin(), this->end()); in removeAttributes() local
|
/external/llvm-project/llvm/lib/IR/ |
D | Attributes.cpp | 1069 ArrayRef<AttributeSet> AttrSets) { in getImpl() 1190 SmallVector<AttributeSet, 8> AttrSets; in get() local 1210 SmallVector<AttributeSet, 8> AttrSets(Index + 1); in get() local 1309 SmallVector<AttributeSet, 4> AttrSets(this->begin(), this->end()); in addAttributes() local 1325 SmallVector<AttributeSet, 4> AttrSets(this->begin(), this->end()); in addParamAttribute() local 1345 SmallVector<AttributeSet, 4> AttrSets(this->begin(), this->end()); in removeAttribute() local 1358 SmallVector<AttributeSet, 4> AttrSets(this->begin(), this->end()); in removeAttribute() local 1373 SmallVector<AttributeSet, 4> AttrSets(this->begin(), this->end()); in removeAttributes() local 1389 SmallVector<AttributeSet, 4> AttrSets(this->begin(), this->end()); in removeAttributes() local
|