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

Declarations

include/llvm/IR/Attributes.h
  591   Attribute getAttribute(unsigned Index, Attribute::AttrKind Kind) const;

References

include/llvm/IR/Attributes.h
  598     return getAttribute(ArgNo + FirstArgIndex, Kind);
include/llvm/IR/Function.h
  414     return AttributeSets.getAttribute(i, Kind);
include/llvm/IR/InstrTypes.h
 1470     return getAttributes().getAttribute(i, Kind);
include/llvm/Transforms/IPO/Attributor.h
  447       return AttrList.getAttribute(getAttrIdx(), AK);
lib/CodeGen/GlobalISel/CallLowering.cpp
   99     auto Ty = Attrs.getAttribute(OpIdx, Attribute::ByVal).getValueAsType();
lib/Linker/IRMover.cpp
  640       Type *Ty = Attrs.getAttribute(i, Attribute::ByVal).getValueAsType();
lib/Transforms/IPO/Attributor.cpp
  260       if (isEqualOrWorse(Attr, Attrs.getAttribute(AttrIdx, Kind)))
  276       if (isEqualOrWorse(Attr, Attrs.getAttribute(AttrIdx, Kind)))
lib/Transforms/Utils/ValueMapper.cpp
  904         Type *Ty = Attrs.getAttribute(i, Attribute::ByVal).getValueAsType();