Lines Matching full:attributes
12 /// LLVMContextImpl for creating and managing attributes.
20 #include "llvm/IR/Attributes.h"
64 /// \brief Used when sorting the attributes.
94 /// attribute enties, which are for target-dependent attributes.
138 /// \brief This class represents a group of attributes that apply to one
141 unsigned NumAttrs; ///< Number of attributes in this node.
181 /// \brief This class represents a set of attributes that apply to the function,
220 /// \brief Return the number of attributes this AttributeSet contains.
225 /// attributes are applied to, not the index into the AttrNodes list where the
226 /// attributes reside.
231 /// \brief Retrieve the attributes for the given "slot" in the AttrNode list.
233 /// parameter/ function which the attributes apply to.