Lines Matching full:attributes
2 How To Use Attributes
11 Attributes in LLVM have changed in some fundamental ways. It was necessary to
12 do this to support expanding the attributes to encompass more than a handful of
13 attributes --- e.g. command line options. The old way of handling attributes
16 was that attributes could be manipulated with 'or's and 'and's. The
37 Because attributes are no longer represented as a bit mask, you will need to
47 whole, the return type, or the function's parameters. A function's attributes
48 are at index ``AttributeSet::FunctionIndex``; the return type's attributes are
50 attributes are at indices 1, ..., n (where 'n' is the number of parameters).
55 remove attributes, which result in the creation of a new ``AttributeSet``.
69 remove attributes at will. The attributes won't be uniqued until you call the