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

References

lib/IR/Attributes.cpp
  779       Attr = Attribute::getWithByValType(C, B.getByValType());
  783       Attr = Attribute::getWithAlignment(C, *B.getAlignment());
  787       Attr = Attribute::getWithStackAlignment(C, *B.getStackAlignment());
  791           C, B.getDereferenceableBytes());
  795           C, B.getDereferenceableOrNullBytes());
  799       Attr = Attribute::getWithAllocSizeArgs(C, A.first, A.second);
  803       Attr = Attribute::get(C, Kind);
  810     Attrs.emplace_back(Attribute::get(C, TDA.first, TDA.second));
  812   return get(C, Attrs);