Lines Matching refs:AttributeList

964   for (const auto &I : Sets[attrIdxToArrayIdx(AttributeList::FunctionIndex)])  in AttributeListImpl()
1004 AttributeList(const_cast<AttributeListImpl *>(this)).dump(); in dump()
1012 AttributeList AttributeList::getImpl(LLVMContext &C, in getImpl()
1036 return AttributeList(PA); in getImpl()
1039 AttributeList
1040 AttributeList::get(LLVMContext &C, in get()
1076 AttributeList
1077 AttributeList::get(LLVMContext &C, in get()
1108 AttributeList AttributeList::get(LLVMContext &C, AttributeSet FnAttrs, in get()
1149 AttributeList AttributeList::get(LLVMContext &C, unsigned Index, in get()
1159 AttributeList AttributeList::get(LLVMContext &C, unsigned Index, in get()
1167 AttributeList AttributeList::get(LLVMContext &C, unsigned Index, in get()
1178 AttributeList AttributeList::get(LLVMContext &C, unsigned Index, in get()
1186 AttributeList AttributeList::get(LLVMContext &C, in get()
1187 ArrayRef<AttributeList> Attrs) { in get()
1212 AttributeList AttributeList::addAttribute(LLVMContext &C, unsigned Index, in addAttribute()
1222 AttributeList AttributeList::addAttribute(LLVMContext &C, unsigned Index, in addAttribute()
1230 AttributeList AttributeList::addAttribute(LLVMContext &C, unsigned Index, in addAttribute()
1237 AttributeList AttributeList::setAttributes(LLVMContext &C, unsigned Index, in setAttributes()
1244 return AttributeList::getImpl(C, AttrSets); in setAttributes()
1247 AttributeList AttributeList::addAttributes(LLVMContext &C, unsigned Index, in addAttributes()
1253 return AttributeList::get(C, {{Index, AttributeSet::get(C, B)}}); in addAttributes()
1269 AttributeList AttributeList::addParamAttribute(LLVMContext &C, in addParamAttribute()
1289 AttributeList AttributeList::removeAttribute(LLVMContext &C, unsigned Index, in removeAttribute()
1302 AttributeList AttributeList::removeAttribute(LLVMContext &C, unsigned Index, in removeAttribute()
1315 AttributeList
1316 AttributeList::removeAttributes(LLVMContext &C, unsigned Index, in removeAttributes()
1326 AttributeList AttributeList::removeAttributes(LLVMContext &C, in removeAttributes()
1338 AttributeList AttributeList::addDereferenceableAttr(LLVMContext &C, in addDereferenceableAttr()
1346 AttributeList
1347 AttributeList::addDereferenceableOrNullAttr(LLVMContext &C, unsigned Index, in addDereferenceableOrNullAttr()
1354 AttributeList
1355 AttributeList::addAllocSizeAttr(LLVMContext &C, unsigned Index, in addAllocSizeAttr()
1363 AttributeList AttributeList::addVScaleRangeAttr(LLVMContext &C, unsigned Index, in addVScaleRangeAttr()
1375 AttributeSet AttributeList::getParamAttributes(unsigned ArgNo) const { in getParamAttributes()
1379 AttributeSet AttributeList::getRetAttributes() const { in getRetAttributes()
1383 AttributeSet AttributeList::getFnAttributes() const { in getFnAttributes()
1387 bool AttributeList::hasAttribute(unsigned Index, in hasAttribute()
1392 bool AttributeList::hasAttribute(unsigned Index, StringRef Kind) const { in hasAttribute()
1396 bool AttributeList::hasAttributes(unsigned Index) const { in hasAttributes()
1400 bool AttributeList::hasFnAttribute(Attribute::AttrKind Kind) const { in hasFnAttribute()
1404 bool AttributeList::hasFnAttribute(StringRef Kind) const { in hasFnAttribute()
1405 return hasAttribute(AttributeList::FunctionIndex, Kind); in hasFnAttribute()
1408 bool AttributeList::hasParamAttribute(unsigned ArgNo, in hasParamAttribute()
1413 bool AttributeList::hasAttrSomewhere(Attribute::AttrKind Attr, in hasAttrSomewhere()
1418 Attribute AttributeList::getAttribute(unsigned Index, in getAttribute()
1423 Attribute AttributeList::getAttribute(unsigned Index, StringRef Kind) const { in getAttribute()
1427 MaybeAlign AttributeList::getRetAlignment() const { in getRetAlignment()
1431 MaybeAlign AttributeList::getParamAlignment(unsigned ArgNo) const { in getParamAlignment()
1435 MaybeAlign AttributeList::getParamStackAlignment(unsigned ArgNo) const { in getParamStackAlignment()
1439 Type *AttributeList::getParamByValType(unsigned Index) const { in getParamByValType()
1443 Type *AttributeList::getParamStructRetType(unsigned Index) const { in getParamStructRetType()
1447 Type *AttributeList::getParamByRefType(unsigned Index) const { in getParamByRefType()
1451 Type *AttributeList::getParamPreallocatedType(unsigned Index) const { in getParamPreallocatedType()
1455 Type *AttributeList::getParamInAllocaType(unsigned Index) const { in getParamInAllocaType()
1459 Type *AttributeList::getParamElementType(unsigned Index) const { in getParamElementType()
1463 MaybeAlign AttributeList::getStackAlignment(unsigned Index) const { in getStackAlignment()
1467 uint64_t AttributeList::getDereferenceableBytes(unsigned Index) const { in getDereferenceableBytes()
1471 uint64_t AttributeList::getDereferenceableOrNullBytes(unsigned Index) const { in getDereferenceableOrNullBytes()
1476 AttributeList::getAllocSizeArgs(unsigned Index) const { in getAllocSizeArgs()
1481 AttributeList::getVScaleRangeArgs(unsigned Index) const { in getVScaleRangeArgs()
1485 std::string AttributeList::getAsString(unsigned Index, bool InAttrGrp) const { in getAsString()
1489 AttributeSet AttributeList::getAttributes(unsigned Index) const { in getAttributes()
1496 bool AttributeList::hasParentContext(LLVMContext &C) const { in hasParentContext()
1504 AttributeList::iterator AttributeList::begin() const { in begin()
1508 AttributeList::iterator AttributeList::end() const { in end()
1516 unsigned AttributeList::getNumAttrSets() const { in getNumAttrSets()
1520 void AttributeList::print(raw_ostream &O) const { in print()
1544 LLVM_DUMP_METHOD void AttributeList::dump() const { print(dbgs()); } in dump()
1552 AttrBuilder::AttrBuilder(AttributeList AL, unsigned Index) { in AttrBuilder()
1635 AttrBuilder &AttrBuilder::removeAttributes(AttributeList A, uint64_t Index) { in removeAttributes()
1847 bool AttrBuilder::hasAttributes(AttributeList AL, uint64_t Index) const { in hasAttributes()
1969 Caller.removeAttributes(AttributeList::FunctionIndex, OldSSPAttr); in adjustCallerSSPLevel()
1973 Caller.removeAttributes(AttributeList::FunctionIndex, OldSSPAttr); in adjustCallerSSPLevel()