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

Declarations

include/llvm/IR/Attributes.h
  382   static AttributeList get(LLVMContext &C, ArrayRef<AttributeList> Attrs);

References

gen/include/llvm/IR/IntrinsicImpl.inc
18371   return AttributeList::get(C, makeArrayRef(AS, NumAttrs));
lib/Bitcode/Reader/BitcodeReader.cpp
 1396       MAttributes.push_back(AttributeList::get(Context, Attrs));
 1403       MAttributes.push_back(AttributeList::get(Context, Attrs));
lib/Transforms/Utils/BuildLibCalls.cpp
  917       "__memcpy_chk", AttributeList::get(M->getContext(), AS), B.getInt8PtrTy(),
unittests/IR/AttributesTest.cpp
   27   AttributeList SetA = AttributeList::get(C, ASs);
   28   AttributeList SetB = AttributeList::get(C, ASs);
   51   AttributeList SetA = AttributeList::get(C, ASs);
  162   AttributeList AL = AttributeList::get(C, EmptyLists);