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

Declarations

include/llvm/IR/Function.h
  365   void addAttribute(unsigned i, Attribute Attr);

References

include/llvm/IR/Function.h
  235     addAttribute(AttributeList::FunctionIndex,
  241     addAttribute(AttributeList::FunctionIndex, Attr);
lib/IR/Core.cpp
 2390   unwrap<Function>(F)->addAttribute(Idx, unwrap(A));
 2432   Func->addAttribute(AttributeList::FunctionIndex, Attr);