Searched defs:AttrSets (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Attributes.cpp | 1182 ArrayRef<AttributeSet> AttrSets) { in getImpl() 1303 SmallVector<AttributeSet, 8> AttrSets; in get() local 1323 SmallVector<AttributeSet, 8> AttrSets(Index + 1); in get() local 1409 SmallVector<AttributeSet, 4> AttrSets(this->begin(), this->end()); in setAttributes() local 1443 SmallVector<AttributeSet, 4> AttrSets(this->begin(), this->end()); in addParamAttribute() local 1463 SmallVector<AttributeSet, 4> AttrSets(this->begin(), this->end()); in removeAttribute() local 1476 SmallVector<AttributeSet, 4> AttrSets(this->begin(), this->end()); in removeAttribute() local 1502 SmallVector<AttributeSet, 4> AttrSets(this->begin(), this->end()); in removeAttributes() local
|