Searched refs:AttrSets (Results 1 – 2 of 2) sorted by relevance
1264 ArrayRef<AttributeSet> AttrSets) { in getImpl() argument1265 assert(!AttrSets.empty() && "pointless AttributeListImpl"); in getImpl()1269 AttributeListImpl::Profile(ID, AttrSets); in getImpl()1280 AttributeListImpl::totalSizeToAlloc<AttributeSet>(AttrSets.size()), in getImpl()1282 PA = new (Mem) AttributeListImpl(AttrSets); in getImpl()1377 SmallVector<AttributeSet, 8> AttrSets; in get() local1378 AttrSets.reserve(NumSets); in get()1380 AttrSets.push_back(FnAttrs); in get()1382 AttrSets.push_back(RetAttrs); in get()1386 llvm::append_range(AttrSets, ArgAttrs); in get()[all …]
503 static AttributeList getImpl(LLVMContext &C, ArrayRef<AttributeSet> AttrSets);