reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
382 static AttributeList get(LLVMContext &C, ArrayRef<AttributeList> Attrs);
18371 return AttributeList::get(C, makeArrayRef(AS, NumAttrs));
lib/Bitcode/Reader/BitcodeReader.cpp1396 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.cpp27 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);