reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
773 if (!B.contains(Kind)) 779 Attr = Attribute::getWithByValType(C, B.getByValType()); 782 assert(B.getAlignment() && "Alignment must be set"); 783 Attr = Attribute::getWithAlignment(C, *B.getAlignment()); 786 assert(B.getStackAlignment() && "StackAlignment must be set"); 787 Attr = Attribute::getWithStackAlignment(C, *B.getStackAlignment()); 791 C, B.getDereferenceableBytes()); 795 C, B.getDereferenceableOrNullBytes()); 798 auto A = B.getAllocSizeArgs(); 809 for (const auto &TDA : B.td_attrs())