reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
94 static Attribute get(LLVMContext &Context, AttrKind Kind, Type *Ty);
168 return get(Context, ByVal, Ty);
unittests/IR/AttributesTest.cpp 44 Attribute ByVal = Attribute::get(C, Attribute::ByVal, Type::getInt32Ty(C));