Home
last modified time | relevance | path

Searched refs:AttrSets (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAttributes.cpp845 ArrayRef<AttributeSet> AttrSets) { in getImpl() argument
846 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() local
965 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 …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DAttributes.h358 static AttributeList getImpl(LLVMContext &C, ArrayRef<AttributeSet> AttrSets);