reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
365 void addAttribute(unsigned i, Attribute Attr);
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);