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

References

include/llvm/IR/Function.h
  223   AttributeList getAttributes() const { return AttributeSets; }
  226   void setAttributes(AttributeList Attrs) { AttributeSets = Attrs; }
  324     return AttributeSets.hasFnAttribute(Kind);
  329     return AttributeSets.hasFnAttribute(Kind);
  347             AttributeSets.getStackAlignment(AttributeList::FunctionIndex))
  414     return AttributeSets.getAttribute(i, Kind);
  419     return AttributeSets.getAttribute(i, Kind);
  439     if (const auto MA = AttributeSets.getParamAlignment(ArgNo))
  446     Type *Ty = AttributeSets.getParamByValType(ArgNo);
  454     return AttributeSets.getDereferenceableBytes(i);
  460     return AttributeSets.getParamDereferenceableBytes(ArgNo);
  467     return AttributeSets.getDereferenceableOrNullBytes(i);
  474     return AttributeSets.getParamDereferenceableOrNullBytes(ArgNo);
  606     return AttributeSets.hasParamAttribute(0, Attribute::StructRet) ||
  607            AttributeSets.hasParamAttribute(1, Attribute::StructRet);
  613     return AttributeSets.hasAttribute(AttributeList::ReturnIndex,