reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/IR/Attributes.cpp
 1161     return AttributeList::get(C, {{Index, AttributeSet::get(C, B)}});
 1166   const MaybeAlign OldAlign = getAttributes(Index).getAlignment();
 1172   Index = attrIdxToArrayIdx(Index);
 1172   Index = attrIdxToArrayIdx(Index);
 1174   if (Index >= AttrSets.size())
 1175     AttrSets.resize(Index + 1);
 1177   AttrBuilder Merged(AttrSets[Index]);
 1179   AttrSets[Index] = AttributeSet::get(C, Merged);