reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
779 Attr = Attribute::getWithByValType(C, B.getByValType()); 783 Attr = Attribute::getWithAlignment(C, *B.getAlignment()); 787 Attr = Attribute::getWithStackAlignment(C, *B.getStackAlignment()); 790 Attr = Attribute::getWithDereferenceableBytes( 794 Attr = Attribute::getWithDereferenceableOrNullBytes( 799 Attr = Attribute::getWithAllocSizeArgs(C, A.first, A.second); 803 Attr = Attribute::get(C, Kind); 805 Attrs.push_back(Attr);