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

Declarations

include/llvm/IR/Attributes.h
  537   AttributeSet getAttributes(unsigned Index) const;

References

lib/Bitcode/Writer/BitcodeWriter.cpp
  797       AttributeSet AS = AL.getAttributes(i);
lib/Bitcode/Writer/ValueEnumerator.cpp
  931     AttributeSet AS = PAL.getAttributes(i);
lib/IR/Attributes.cpp
 1125       CurBuilder.merge(List.getAttributes(I - 1));
 1166   const MaybeAlign OldAlign = getAttributes(Index).getAlignment();
 1290   return getAttributes(ArgNo + FirstArgIndex);
 1294   return getAttributes(ReturnIndex);
 1298   return getAttributes(FunctionIndex);
 1303   return getAttributes(Index).hasAttribute(Kind);
 1307   return getAttributes(Index).hasAttribute(Kind);
 1311   return getAttributes(Index).hasAttributes();
 1344   return getAttributes(Index).getAttribute(Kind);
 1348   return getAttributes(Index).getAttribute(Kind);
 1352   return getAttributes(ReturnIndex).getAlignment();
 1356   return getAttributes(ArgNo + FirstArgIndex).getAlignment();
 1360   return getAttributes(Index+FirstArgIndex).getByValType();
 1364   return getAttributes(Index).getStackAlignment();
 1368   return getAttributes(Index).getDereferenceableBytes();
 1372   return getAttributes(Index).getDereferenceableOrNullBytes();
 1377   return getAttributes(Index).getAllocSizeArgs();
 1381   return getAttributes(Index).getAsString(InAttrGrp);
 1412     if (getAttributes(i).hasAttributes())
 1426   AttributeSet AS = AL.getAttributes(Index);
 1505   remove(A.getAttributes(Index));
 1660   AttributeSet AS = AL.getAttributes(Index);
lib/IR/Core.cpp
 2394   auto AS = unwrap<Function>(F)->getAttributes().getAttributes(Idx);
 2400   auto AS = unwrap<Function>(F)->getAttributes().getAttributes(Idx);
 2804   auto AS = Call->getAttributes().getAttributes(Idx);
 2811   auto AS = Call->getAttributes().getAttributes(Idx);
lib/Transforms/Utils/FunctionComparator.cpp
  109     AttributeSet LAS = L.getAttributes(i);
  110     AttributeSet RAS = R.getAttributes(i);
unittests/IR/AttributesTest.cpp
   52   AttributeList SetB = SetA.removeAttributes(C, 1, ASs[1].getAttributes(1));