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

References

include/llvm/Transforms/IPO/Attributor.h
  459       AttrList = CS.getAttributes();
  461       AttrList = getAssociatedFunction()->getAttributes();
  465       AttrList = AttrList.removeAttribute(Ctx, getAttrIdx(), AK);
  465       AttrList = AttrList.removeAttribute(Ctx, getAttrIdx(), AK);
  468       CS.setAttributes(AttrList);
  470       getAssociatedFunction()->setAttributes(AttrList);