Searched refs:AttrSets (Results 1 – 2 of 2) sorted by relevance
845 ArrayRef<AttributeSet> AttrSets) { in getImpl() argument846 assert(!AttrSets.empty() && "pointless AttributeListImpl"); in getImpl()850 AttributeListImpl::Profile(ID, AttrSets); in getImpl()861 AttributeListImpl::totalSizeToAlloc<AttributeSet>(AttrSets.size())); in getImpl()862 PA = new (Mem) AttributeListImpl(C, AttrSets); in getImpl()964 SmallVector<AttributeSet, 8> AttrSets; in get() local965 AttrSets.reserve(NumSets); in get()967 AttrSets.push_back(FnAttrs); in get()969 AttrSets.push_back(RetAttrs); in get()973 AttrSets.insert(AttrSets.end(), ArgAttrs.begin(), ArgAttrs.end()); in get()[all …]
358 static AttributeList getImpl(LLVMContext &C, ArrayRef<AttributeSet> AttrSets);